Html Css Color HEX #DC6472 Froly

📋 copy color: '#DC6472'

red 220 ◦ green 100 ◦ blue 114

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

Shades of Froly #DC6472

Tints of Froly #DC6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 50.69%
G = 23.04%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC6472 (or 0xDC6472) is known color: Froly. HEX triplet: DC, 64 and 72. RGB value is (220,100,114). Sum of RGB (Red+Green+Blue) = 220+100+114=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6472 is #239B8D. Grayscale: #898989. Windows color (decimal): -2333582 or 7496924. OLE color: 7496924.

HSL color Cylindrical-coordinate representation of color #DC6472: hue angle of 353º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6472 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 100 114 -
CMYK 0 0.55 0.48 0.14
HSL 353º 0.63% 0.63% -
HSV(B) 353º 0.55% 0.86% -
XYZ 37.11 25.54 18.89 -
YUV 137.48 114.76 186.86 -
System Red Green Blue C M Y K H S L
Decimal 220 100 114 0 0.55 0.48 0.14 353 0.63 0.63
Hex DC 64 72 0 37 30 E 161 3F 3F
Octal 334 144 162 0 67 60 16 541 77 77
Binary 11011100 1100100 1110010 0 110111 110000 1110 101100001 111111 111111

Color Harmonies of #DC6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6472

Black with #DC6472

Text Example


Text Example

White with #DC6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6472; }

 p { color: rgb(220,100,114); }

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

background-color css

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

 a { background-color: rgb(220,100,114); }

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

border-color css

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

 span { border-color: rgb(220,100,114); }

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