Html Css Color HEX #DC7F81 Froly

📋 copy color: '#DC7F81'

red 220 ◦ green 127 ◦ blue 129

#DC7F81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #DC7F81

Tints of Froly #DC7F81

RGB

 RED value IS 220 (86.33% from 255) = 46.22%

 GREEN value IS 127 (50% from 255) = 26.68%

 BLUE value IS 129 (50.78% from 255) = 27.1%

R = 46.22%
G = 26.68%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC7F81 (or 0xDC7F81) is known color: Froly. HEX triplet: DC, 7F and 81. RGB value is (220,127,129). Sum of RGB (Red+Green+Blue) = 220+127+129=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F81 is #23807E. Grayscale: #9B9B9B. Windows color (decimal): -2326655 or 8486876. OLE color: 8486876.

HSL color Cylindrical-coordinate representation of color #DC7F81: hue angle of 358.71º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7F81 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 129 -
CMYK 0 0.42 0.41 0.14
HSL 358.71º 0.57% 0.68% -
HSV(B) 358.71º 0.42% 0.86% -
XYZ 41.07 31.98 24.78 -
YUV 155.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 220 127 129 0 0.42 0.41 0.14 358.71 0.57 0.68
Hex DC 7F 81 0 2A 29 E 167 39 44
Octal 334 177 201 0 52 51 16 547 71 104
Binary 11011100 1111111 10000001 0 101010 101001 1110 101100111 111001 1000100

Color Harmonies of #DC7F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F81

Black with #DC7F81

Text Example


Text Example

White with #DC7F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F81; }

 p { color: rgb(220,127,129); }

 H1.HeaderClassName
 {
   color: #DC7F81;
 }
 .AnyTagClassName
 {
   color: #DC7F81;
 }
</style>

background-color css

<style>
 a { background-color: #DC7F81; }

 a { background-color: rgb(220,127,129); }

 div.DivClassName
 {
   background-color: #DC7F81;
 }
 .BgClassName
 {
   background-color: #DC7F81;
 }
</style>

border-color css

<style>
 span { border-color: #DC7F81; }

 span { border-color: rgb(220,127,129); }

 td.TdClassName
 {
   border-color: #DC7F81;
 }
 .TagClassName
 {
   border-color: #DC7F81;
 }
</style>