Html Css Color HEX #DD6372 Froly

📋 copy color: '#DD6372'

red 221 ◦ green 99 ◦ blue 114

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

Shades of Froly #DD6372

Tints of Froly #DD6372

RGB

 RED value IS 221 (86.72% from 255) = 50.92%

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

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

R = 50.92%
G = 22.81%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD6372 (or 0xDD6372) is known color: Froly. HEX triplet: DD, 63 and 72. RGB value is (221,99,114). Sum of RGB (Red+Green+Blue) = 221+99+114=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6372 is #229C8D. Grayscale: #898989. Windows color (decimal): -2268302 or 7496669. OLE color: 7496669.

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

Color convert

RGB 221 99 114 -
CMYK 0 0.55 0.48 0.13
HSL 352.62º 0.64% 0.63% -
HSV(B) 352.62º 0.55% 0.87% -
XYZ 37.32 25.51 18.88 -
YUV 137.19 114.92 187.78 -
System Red Green Blue C M Y K H S L
Decimal 221 99 114 0 0.55 0.48 0.13 352.62 0.64 0.63
Hex DD 63 72 0 37 30 D 161 40 3F
Octal 335 143 162 0 67 60 15 541 100 77
Binary 11011101 1100011 1110010 0 110111 110000 1101 101100001 1000000 111111

Color Harmonies of #DD6372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6372

Black with #DD6372

Text Example


Text Example

White with #DD6372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6372; }

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

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

background-color css

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

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

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

border-color css

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

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

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