Html Css Color HEX #DD2A5B Cerise

📋 copy color: '#DD2A5B'

red 221 ◦ green 42 ◦ blue 91

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

Shades of Cerise #DD2A5B

Tints of Cerise #DD2A5B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.86%

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

R = 62.43%
G = 11.86%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD2A5B (or 0xDD2A5B) is known color: Cerise. HEX triplet: DD, 2A and 5B. RGB value is (221,42,91). Sum of RGB (Red+Green+Blue) = 221+42+91=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A5B is #22D5A4. Grayscale: #656565. Windows color (decimal): -2282917 or 5974749. OLE color: 5974749.

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

Color convert

RGB 221 42 91 -
CMYK 0 0.81 0.59 0.13
HSL 343.58º 0.72% 0.52% -
HSV(B) 343.58º 0.81% 0.87% -
XYZ 32.54 17.78 11.62 -
YUV 101.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 221 42 91 0 0.81 0.59 0.13 343.58 0.72 0.52
Hex DD 2A 5B 0 51 3B D 158 48 34
Octal 335 52 133 0 121 73 15 530 110 64
Binary 11011101 101010 1011011 0 1010001 111011 1101 101011000 1001000 110100

Color Harmonies of #DD2A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A5B

Black with #DD2A5B

Text Example


Text Example

White with #DD2A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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