Html Css Color HEX #DD4460 Cerise

📋 copy color: '#DD4460'

red 221 ◦ green 68 ◦ blue 96

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

Shades of Cerise #DD4460

Tints of Cerise #DD4460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.94%

R = 57.4%
G = 17.66%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD4460 (or 0xDD4460) is known color: Cerise. HEX triplet: DD, 44 and 60. RGB value is (221,68,96). Sum of RGB (Red+Green+Blue) = 221+68+96=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4460 is #22BB9F. Grayscale: #747474. Windows color (decimal): -2276256 or 6309085. OLE color: 6309085.

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

Color convert

RGB 221 68 96 -
CMYK 0 0.69 0.57 0.13
HSL 349.02º 0.69% 0.57% -
HSV(B) 349.02º 0.69% 0.87% -
XYZ 34 20.35 13.2 -
YUV 116.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 221 68 96 0 0.69 0.57 0.13 349.02 0.69 0.57
Hex DD 44 60 0 45 39 D 15D 45 39
Octal 335 104 140 0 105 71 15 535 105 71
Binary 11011101 1000100 1100000 0 1000101 111001 1101 101011101 1000101 111001

Color Harmonies of #DD4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4460

Black with #DD4460

Text Example


Text Example

White with #DD4460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4460; }

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

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

background-color css

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

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

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

border-color css

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

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

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