Html Css Color HEX #CD2A89 Deep Cerise

📋 copy color: '#CD2A89'

red 205 ◦ green 42 ◦ blue 137

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

Shades of Deep Cerise #CD2A89

Tints of Deep Cerise #CD2A89

RGB

 RED value IS 205 (80.47% from 255) = 53.39%

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

 BLUE value IS 137 (53.91% from 255) = 35.68%

R = 53.39%
G = 10.94%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD2A89 (or 0xCD2A89) is known color: Deep Cerise. HEX triplet: CD, 2A and 89. RGB value is (205,42,137). Sum of RGB (Red+Green+Blue) = 205+42+137=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2A89 is #32D576. Grayscale: #656565. Windows color (decimal): -3331447 or 8989389. OLE color: 8989389.

HSL color Cylindrical-coordinate representation of color #CD2A89: hue angle of 325.03º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2A89 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 42 137 -
CMYK 0 0.80 0.33 0.20
HSL 325.03º 0.66% 0.48% -
HSV(B) 325.03º 0.8% 0.8% -
XYZ 30.52 16.44 25.23 -
YUV 101.57 148 201.78 -
System Red Green Blue C M Y K H S L
Decimal 205 42 137 0 0.80 0.33 0.20 325.03 0.66 0.48
Hex CD 2A 89 0 50 21 14 145 42 30
Octal 315 52 211 0 120 41 24 505 102 60
Binary 11001101 101010 10001001 0 1010000 100001 10100 101000101 1000010 110000

Color Harmonies of #CD2A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2A89

Black with #CD2A89

Text Example


Text Example

White with #CD2A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2A89; }

 p { color: rgb(205,42,137); }

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

background-color css

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

 a { background-color: rgb(205,42,137); }

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

border-color css

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

 span { border-color: rgb(205,42,137); }

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