Html Css Color HEX #DC7881 Froly

📋 copy color: '#DC7881'

red 220 ◦ green 120 ◦ blue 129

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

Shades of Froly #DC7881

Tints of Froly #DC7881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.59%

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

R = 46.91%
G = 25.59%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC7881 (or 0xDC7881) is known color: Froly. HEX triplet: DC, 78 and 81. RGB value is (220,120,129). Sum of RGB (Red+Green+Blue) = 220+120+129=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7881 is #23877E. Grayscale: #969696. Windows color (decimal): -2328447 or 8485084. OLE color: 8485084.

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

Color convert

RGB 220 120 129 -
CMYK 0 0.45 0.41 0.14
HSL 354.6º 0.59% 0.67% -
HSV(B) 354.6º 0.45% 0.86% -
XYZ 40.19 30.23 24.49 -
YUV 150.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 220 120 129 0 0.45 0.41 0.14 354.6 0.59 0.67
Hex DC 78 81 0 2D 29 E 163 3B 43
Octal 334 170 201 0 55 51 16 543 73 103
Binary 11011100 1111000 10000001 0 101101 101001 1110 101100011 111011 1000011

Color Harmonies of #DC7881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7881

Black with #DC7881

Text Example


Text Example

White with #DC7881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7881; }

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

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

background-color css

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

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

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

border-color css

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

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

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