Html Css Color HEX #CD28DA Deep Magenta

📋 copy color: '#CD28DA'

red 205 ◦ green 40 ◦ blue 218

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

Shades of Deep Magenta #CD28DA

Tints of Deep Magenta #CD28DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.64%

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 44.28%
G = 8.64%
B = 47.08%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD28DA (or 0xCD28DA) is known color: Deep Magenta. HEX triplet: CD, 28 and DA. RGB value is (205,40,218). Sum of RGB (Red+Green+Blue) = 205+40+218=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD28DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28DA is #32D725. Grayscale: #6D6D6D. Windows color (decimal): -3331878 or 14297293. OLE color: 14297293.

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

Color convert

RGB 205 40 218 -
CMYK 0.06 0.82 0 0.15
HSL 295.62º 0.71% 0.51% -
HSV(B) 295.62º 0.82% 0.85% -
XYZ 38.59 19.56 68.07 -
YUV 109.63 189.16 196.03 -
System Red Green Blue C M Y K H S L
Decimal 205 40 218 0.06 0.82 0 0.15 295.62 0.71 0.51
Hex CD 28 DA 6 52 0 F 128 47 33
Octal 315 50 332 6 122 0 17 450 107 63
Binary 11001101 101000 11011010 110 1010010 0 1111 100101000 1000111 110011

Color Harmonies of #CD28DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD28DA

Black with #CD28DA

Text Example


Text Example

White with #CD28DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD28DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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