Html Css Color HEX #DD4464 Cerise

📋 copy color: '#DD4464'

red 221 ◦ green 68 ◦ blue 100

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

Shades of Cerise #DD4464

Tints of Cerise #DD4464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

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

R = 56.81%
G = 17.48%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD4464 (or 0xDD4464) is known color: Cerise. HEX triplet: DD, 44 and 64. RGB value is (221,68,100). Sum of RGB (Red+Green+Blue) = 221+68+100=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4464 is #22BB9B. Grayscale: #757575. Windows color (decimal): -2276252 or 6571229. OLE color: 6571229.

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

Color convert

RGB 221 68 100 -
CMYK 0 0.69 0.55 0.13
HSL 347.45º 0.69% 0.57% -
HSV(B) 347.45º 0.69% 0.87% -
XYZ 34.19 20.43 14.2 -
YUV 117.4 118.19 201.9 -
System Red Green Blue C M Y K H S L
Decimal 221 68 100 0 0.69 0.55 0.13 347.45 0.69 0.57
Hex DD 44 64 0 45 37 D 15B 45 39
Octal 335 104 144 0 105 67 15 533 105 71
Binary 11011101 1000100 1100100 0 1000101 110111 1101 101011011 1000101 111001

Color Harmonies of #DD4464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4464

Black with #DD4464

Text Example


Text Example

White with #DD4464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4464; }

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

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

background-color css

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

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

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

border-color css

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

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

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