Html Css Color HEX #DD2B60 Cerise

📋 copy color: '#DD2B60'

red 221 ◦ green 43 ◦ blue 96

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

Shades of Cerise #DD2B60

Tints of Cerise #DD2B60

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.94%

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

R = 61.39%
G = 11.94%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD2B60 (or 0xDD2B60) is known color: Cerise. HEX triplet: DD, 2B and 60. RGB value is (221,43,96). Sum of RGB (Red+Green+Blue) = 221+43+96=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2B60 is #22D49F. Grayscale: #666666. Windows color (decimal): -2282656 or 6302685. OLE color: 6302685.

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

Color convert

RGB 221 43 96 -
CMYK 0 0.81 0.57 0.13
HSL 342.13º 0.72% 0.52% -
HSV(B) 342.13º 0.81% 0.87% -
XYZ 32.79 17.94 12.8 -
YUV 102.26 124.47 212.69 -
System Red Green Blue C M Y K H S L
Decimal 221 43 96 0 0.81 0.57 0.13 342.13 0.72 0.52
Hex DD 2B 60 0 51 39 D 156 48 34
Octal 335 53 140 0 121 71 15 526 110 64
Binary 11011101 101011 1100000 0 1010001 111001 1101 101010110 1001000 110100

Color Harmonies of #DD2B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B60

Black with #DD2B60

Text Example


Text Example

White with #DD2B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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