Html Css Color HEX #CD2D97 Deep Cerise

📋 copy color: '#CD2D97'

red 205 ◦ green 45 ◦ blue 151

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

Shades of Deep Cerise #CD2D97

Tints of Deep Cerise #CD2D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.66%

R = 51.12%
G = 11.22%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD2D97 (or 0xCD2D97) is known color: Deep Cerise. HEX triplet: CD, 2D and 97. RGB value is (205,45,151). Sum of RGB (Red+Green+Blue) = 205+45+151=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2D97 is #32D268. Grayscale: #686868. Windows color (decimal): -3330665 or 9907661. OLE color: 9907661.

HSL color Cylindrical-coordinate representation of color #CD2D97: hue angle of 320.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2D97 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 45 151 -
CMYK 0 0.78 0.26 0.20
HSL 320.25º 0.64% 0.49% -
HSV(B) 320.25º 0.78% 0.8% -
XYZ 31.7 17.09 30.91 -
YUV 104.92 154.01 199.38 -
System Red Green Blue C M Y K H S L
Decimal 205 45 151 0 0.78 0.26 0.20 320.25 0.64 0.49
Hex CD 2D 97 0 4E 1A 14 140 40 31
Octal 315 55 227 0 116 32 24 500 100 61
Binary 11001101 101101 10010111 0 1001110 11010 10100 101000000 1000000 110001

Color Harmonies of #CD2D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2D97

Black with #CD2D97

Text Example


Text Example

White with #CD2D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2D97; }

 p { color: rgb(205,45,151); }

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

background-color css

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

 a { background-color: rgb(205,45,151); }

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

border-color css

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

 span { border-color: rgb(205,45,151); }

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