Html Css Color HEX #DD4463 Cerise

📋 copy color: '#DD4463'

red 221 ◦ green 68 ◦ blue 99

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

Shades of Cerise #DD4463

Tints of Cerise #DD4463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 56.96%
G = 17.53%
B = 25.52%

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

#DD4463 (or 0xDD4463) is known color: Cerise. HEX triplet: DD, 44 and 63. RGB value is (221,68,99). Sum of RGB (Red+Green+Blue) = 221+68+99=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4463 is #22BB9C. Grayscale: #757575. Windows color (decimal): -2276253 or 6505693. OLE color: 6505693.

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

Color convert

RGB 221 68 99 -
CMYK 0 0.69 0.55 0.13
HSL 347.84º 0.69% 0.57% -
HSV(B) 347.84º 0.69% 0.87% -
XYZ 34.14 20.41 13.94 -
YUV 117.28 117.69 201.98 -
System Red Green Blue C M Y K H S L
Decimal 221 68 99 0 0.69 0.55 0.13 347.84 0.69 0.57
Hex DD 44 63 0 45 37 D 15C 45 39
Octal 335 104 143 0 105 67 15 534 105 71
Binary 11011101 1000100 1100011 0 1000101 110111 1101 101011100 1000101 111001

Color Harmonies of #DD4463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4463

Black with #DD4463

Text Example


Text Example

White with #DD4463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4463; }

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

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

background-color css

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

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

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

border-color css

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

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

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