Html Css Color HEX #DD4560 Cerise

📋 copy color: '#DD4560'

red 221 ◦ green 69 ◦ blue 96

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

Shades of Cerise #DD4560

Tints of Cerise #DD4560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.88%

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

R = 57.25%
G = 17.88%
B = 24.87%

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

#DD4560 (or 0xDD4560) is known color: Cerise. HEX triplet: DD, 45 and 60. RGB value is (221,69,96). Sum of RGB (Red+Green+Blue) = 221+69+96=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4560 is #22BA9F. Grayscale: #757575. Windows color (decimal): -2276000 or 6309341. OLE color: 6309341.

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

Color convert

RGB 221 69 96 -
CMYK 0 0.69 0.57 0.13
HSL 349.34º 0.69% 0.57% -
HSV(B) 349.34º 0.69% 0.87% -
XYZ 34.06 20.47 13.22 -
YUV 117.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 221 69 96 0 0.69 0.57 0.13 349.34 0.69 0.57
Hex DD 45 60 0 45 39 D 15D 45 39
Octal 335 105 140 0 105 71 15 535 105 71
Binary 11011101 1000101 1100000 0 1000101 111001 1101 101011101 1000101 111001

Color Harmonies of #DD4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4560

Black with #DD4560

Text Example


Text Example

White with #DD4560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4560; }

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

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

background-color css

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

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

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

border-color css

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

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

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