Html Css Color HEX #DD4260 Cerise

📋 copy color: '#DD4260'

red 221 ◦ green 66 ◦ blue 96

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

Shades of Cerise #DD4260

Tints of Cerise #DD4260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.23%

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

R = 57.7%
G = 17.23%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD4260 (or 0xDD4260) is known color: Cerise. HEX triplet: DD, 42 and 60. RGB value is (221,66,96). Sum of RGB (Red+Green+Blue) = 221+66+96=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4260 is #22BD9F. Grayscale: #737373. Windows color (decimal): -2276768 or 6308573. OLE color: 6308573.

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

Color convert

RGB 221 66 96 -
CMYK 0 0.70 0.57 0.13
HSL 348.39º 0.7% 0.56% -
HSV(B) 348.39º 0.7% 0.87% -
XYZ 33.88 20.11 13.16 -
YUV 115.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 221 66 96 0 0.70 0.57 0.13 348.39 0.7 0.56
Hex DD 42 60 0 46 39 D 15C 46 38
Octal 335 102 140 0 106 71 15 534 106 70
Binary 11011101 1000010 1100000 0 1000110 111001 1101 101011100 1000110 111000

Color Harmonies of #DD4260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4260

Black with #DD4260

Text Example


Text Example

White with #DD4260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4260; }

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

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

background-color css

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

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

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

border-color css

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

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

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