Html Css Color HEX #DD4064 Cerise

📋 copy color: '#DD4064'

red 221 ◦ green 64 ◦ blue 100

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

Shades of Cerise #DD4064

Tints of Cerise #DD4064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.62%

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

R = 57.4%
G = 16.62%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD4064 (or 0xDD4064) is known color: Cerise. HEX triplet: DD, 40 and 64. RGB value is (221,64,100). Sum of RGB (Red+Green+Blue) = 221+64+100=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4064 is #22BF9B. Grayscale: #737373. Windows color (decimal): -2277276 or 6570205. OLE color: 6570205.

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

Color convert

RGB 221 64 100 -
CMYK 0 0.71 0.55 0.13
HSL 346.24º 0.7% 0.56% -
HSV(B) 346.24º 0.71% 0.87% -
XYZ 33.95 19.96 14.12 -
YUV 115.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 221 64 100 0 0.71 0.55 0.13 346.24 0.7 0.56
Hex DD 40 64 0 47 37 D 15A 46 38
Octal 335 100 144 0 107 67 15 532 106 70
Binary 11011101 1000000 1100100 0 1000111 110111 1101 101011010 1000110 111000

Color Harmonies of #DD4064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4064

Black with #DD4064

Text Example


Text Example

White with #DD4064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4064; }

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

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

background-color css

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

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

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

border-color css

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

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

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