Html Css Color HEX #DD6064 Froly

📋 copy color: '#DD6064'

red 221 ◦ green 96 ◦ blue 100

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

Shades of Froly #DD6064

Tints of Froly #DD6064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.98%

R = 53%
G = 23.02%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD6064 (or 0xDD6064) is known color: Froly. HEX triplet: DD, 60 and 64. RGB value is (221,96,100). Sum of RGB (Red+Green+Blue) = 221+96+100=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6064 is #229F9B. Grayscale: #858585. Windows color (decimal): -2269084 or 6578397. OLE color: 6578397.

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

Color convert

RGB 221 96 100 -
CMYK 0 0.57 0.55 0.13
HSL 358.08º 0.65% 0.62% -
HSV(B) 358.08º 0.57% 0.87% -
XYZ 36.3 24.66 14.9 -
YUV 133.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 221 96 100 0 0.57 0.55 0.13 358.08 0.65 0.62
Hex DD 60 64 0 39 37 D 166 41 3E
Octal 335 140 144 0 71 67 15 546 101 76
Binary 11011101 1100000 1100100 0 111001 110111 1101 101100110 1000001 111110

Color Harmonies of #DD6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6064

Black with #DD6064

Text Example


Text Example

White with #DD6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6064; }

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

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

background-color css

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

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

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

border-color css

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

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

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