Html Css Color HEX #DD6072 Froly

📋 copy color: '#DD6072'

red 221 ◦ green 96 ◦ blue 114

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

Shades of Froly #DD6072

Tints of Froly #DD6072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.27%

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

R = 51.28%
G = 22.27%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD6072 (or 0xDD6072) is known color: Froly. HEX triplet: DD, 60 and 72. RGB value is (221,96,114). Sum of RGB (Red+Green+Blue) = 221+96+114=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6072 is #229F8D. Grayscale: #878787. Windows color (decimal): -2269070 or 7495901. OLE color: 7495901.

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

Color convert

RGB 221 96 114 -
CMYK 0 0.57 0.48 0.13
HSL 351.36º 0.65% 0.62% -
HSV(B) 351.36º 0.57% 0.87% -
XYZ 37.04 24.95 18.78 -
YUV 135.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 221 96 114 0 0.57 0.48 0.13 351.36 0.65 0.62
Hex DD 60 72 0 39 30 D 15F 41 3E
Octal 335 140 162 0 71 60 15 537 101 76
Binary 11011101 1100000 1110010 0 111001 110000 1101 101011111 1000001 111110

Color Harmonies of #DD6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6072

Black with #DD6072

Text Example


Text Example

White with #DD6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6072; }

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

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

background-color css

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

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

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

border-color css

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

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

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