Html Css Color HEX #DC6372 Froly

📋 copy color: '#DC6372'

red 220 ◦ green 99 ◦ blue 114

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

Shades of Froly #DC6372

Tints of Froly #DC6372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.86%

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

R = 50.81%
G = 22.86%
B = 26.33%

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

#DC6372 (or 0xDC6372) is known color: Froly. HEX triplet: DC, 63 and 72. RGB value is (220,99,114). Sum of RGB (Red+Green+Blue) = 220+99+114=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6372 is #239C8D. Grayscale: #888888. Windows color (decimal): -2333838 or 7496668. OLE color: 7496668.

HSL color Cylindrical-coordinate representation of color #DC6372: hue angle of 352.56º 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 #DC6372 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 99 114 -
CMYK 0 0.55 0.48 0.14
HSL 352.56º 0.63% 0.63% -
HSV(B) 352.56º 0.55% 0.86% -
XYZ 37.01 25.35 18.86 -
YUV 136.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 220 99 114 0 0.55 0.48 0.14 352.56 0.63 0.63
Hex DC 63 72 0 37 30 E 161 3F 3F
Octal 334 143 162 0 67 60 16 541 77 77
Binary 11011100 1100011 1110010 0 110111 110000 1110 101100001 111111 111111

Color Harmonies of #DC6372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6372

Black with #DC6372

Text Example


Text Example

White with #DC6372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6372; }

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

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

background-color css

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

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

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

border-color css

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

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

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