Html Css Color HEX #DD2A5A Cerise

📋 copy color: '#DD2A5A'

red 221 ◦ green 42 ◦ blue 90

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

Shades of Cerise #DD2A5A

Tints of Cerise #DD2A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 62.61%
G = 11.9%
B = 25.5%

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

#DD2A5A (or 0xDD2A5A) is known color: Cerise. HEX triplet: DD, 2A and 5A. RGB value is (221,42,90). Sum of RGB (Red+Green+Blue) = 221+42+90=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2A5A is #22D5A5. Grayscale: #646464. Windows color (decimal): -2282918 or 5909213. OLE color: 5909213.

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

Color convert

RGB 221 42 90 -
CMYK 0 0.81 0.59 0.13
HSL 343.91º 0.72% 0.52% -
HSV(B) 343.91º 0.81% 0.87% -
XYZ 32.49 17.77 11.39 -
YUV 100.99 121.8 213.6 -
System Red Green Blue C M Y K H S L
Decimal 221 42 90 0 0.81 0.59 0.13 343.91 0.72 0.52
Hex DD 2A 5A 0 51 3B D 158 48 34
Octal 335 52 132 0 121 73 15 530 110 64
Binary 11011101 101010 1011010 0 1010001 111011 1101 101011000 1001000 110100

Color Harmonies of #DD2A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A5A

Black with #DD2A5A

Text Example


Text Example

White with #DD2A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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