Html Css Color HEX #DD2D5B Cerise

📋 copy color: '#DD2D5B'

red 221 ◦ green 45 ◦ blue 91

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

Shades of Cerise #DD2D5B

Tints of Cerise #DD2D5B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.61%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 61.9%
G = 12.61%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD2D5B (or 0xDD2D5B) is known color: Cerise. HEX triplet: DD, 2D and 5B. RGB value is (221,45,91). Sum of RGB (Red+Green+Blue) = 221+45+91=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D5B is #22D2A4. Grayscale: #666666. Windows color (decimal): -2282149 or 5975517. OLE color: 5975517.

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

Color convert

RGB 221 45 91 -
CMYK 0 0.80 0.59 0.13
HSL 344.32º 0.72% 0.52% -
HSV(B) 344.32º 0.8% 0.87% -
XYZ 32.65 18 11.65 -
YUV 102.87 121.31 212.26 -
System Red Green Blue C M Y K H S L
Decimal 221 45 91 0 0.80 0.59 0.13 344.32 0.72 0.52
Hex DD 2D 5B 0 50 3B D 158 48 34
Octal 335 55 133 0 120 73 15 530 110 64
Binary 11011101 101101 1011011 0 1010000 111011 1101 101011000 1001000 110100

Color Harmonies of #DD2D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D5B

Black with #DD2D5B

Text Example


Text Example

White with #DD2D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D5B; }

 p { color: rgb(221,45,91); }

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

background-color css

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

 a { background-color: rgb(221,45,91); }

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

border-color css

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

 span { border-color: rgb(221,45,91); }

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