Html Css Color HEX #DC6572 Froly

📋 copy color: '#DC6572'

red 220 ◦ green 101 ◦ blue 114

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

Shades of Froly #DC6572

Tints of Froly #DC6572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.22%

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

R = 50.57%
G = 23.22%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC6572 (or 0xDC6572) is known color: Froly. HEX triplet: DC, 65 and 72. RGB value is (220,101,114). Sum of RGB (Red+Green+Blue) = 220+101+114=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6572 is #239A8D. Grayscale: #8A8A8A. Windows color (decimal): -2333326 or 7497180. OLE color: 7497180.

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

Color convert

RGB 220 101 114 -
CMYK 0 0.54 0.48 0.14
HSL 353.45º 0.63% 0.63% -
HSV(B) 353.45º 0.54% 0.86% -
XYZ 37.21 25.74 18.93 -
YUV 138.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 220 101 114 0 0.54 0.48 0.14 353.45 0.63 0.63
Hex DC 65 72 0 36 30 E 161 3F 3F
Octal 334 145 162 0 66 60 16 541 77 77
Binary 11011100 1100101 1110010 0 110110 110000 1110 101100001 111111 111111

Color Harmonies of #DC6572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6572

Black with #DC6572

Text Example


Text Example

White with #DC6572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6572; }

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

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

background-color css

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

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

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

border-color css

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

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

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