Html Css Color HEX #CD2DA6 Deep Cerise

📋 copy color: '#CD2DA6'

red 205 ◦ green 45 ◦ blue 166

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

Shades of Deep Cerise #CD2DA6

Tints of Deep Cerise #CD2DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.9%

R = 49.28%
G = 10.82%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CD2DA6 (or 0xCD2DA6) is known color: Deep Cerise. HEX triplet: CD, 2D and A6. RGB value is (205,45,166). Sum of RGB (Red+Green+Blue) = 205+45+166=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2DA6 is #32D259. Grayscale: #6A6A6A. Windows color (decimal): -3330650 or 10890701. OLE color: 10890701.

HSL color Cylindrical-coordinate representation of color #CD2DA6: hue angle of 314.62º 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 #CD2DA6 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 45 166 -
CMYK 0 0.78 0.19 0.20
HSL 314.63º 0.64% 0.49% -
HSV(B) 314.63º 0.78% 0.8% -
XYZ 33 17.61 37.74 -
YUV 106.63 161.51 198.16 -
System Red Green Blue C M Y K H S L
Decimal 205 45 166 0 0.78 0.19 0.20 314.63 0.64 0.49
Hex CD 2D A6 0 4E 13 14 13B 40 31
Octal 315 55 246 0 116 23 24 473 100 61
Binary 11001101 101101 10100110 0 1001110 10011 10100 100111011 1000000 110001

Color Harmonies of #CD2DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2DA6

Black with #CD2DA6

Text Example


Text Example

White with #CD2DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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