#CD27DA

Color #CD27DA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CD27DA

Tints of Deep Magenta #CD27DA

Color information

#CD27DA (or 0xCD27DA) is unknown color: approx Deep Magenta. HEX triplet: CD, 27 and DA. RGB value is (205,39,218). Sum of RGB (Red+Green+Blue) = 205+39+218=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD27DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD27DA is #32D825. Grayscale: #6C6C6C. Windows color (decimal): -3332134 or 14297037. OLE color: 14297037.

HSL color Cylindrical-coordinate representation of color #CD27DA: hue angle of 295.64º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD27DA is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20539218-
CMYK0.060.8200.15
HSL295.64º70.75%50.39%-
HSV(B)295.64º82.11%85.49%-
XYZ38.5619.4968.06-
YUV109.04189.5196.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.37%
GREEN value IS 39 (15.62% from 255) = 8.44%
BLUE value IS 218 (85.55% from 255) = 47.19%
R=44.37%
G=8.44%
B=47.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205392180.060.8200.15295.6470.7550.39
HexCD27DA6520F1284732
Octal31547332612201745010762
Binary11001101100111110110101101010010011111001010001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD27DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD27DA; }

 p { color: rgb(205,39,218); }

 H1.HeaderClassName
 {
   color: #CD27DA;
 }
 .AnyTagClassName
 {
   color: #CD27DA;
 }
</style>
background-color css

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

 a { background-color: rgb(205,39,218); }

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

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

 span { border-color: rgb(205,39,218); }

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