Html Css Color HEX #CD15DB Deep Magenta

📋 copy color: '#CD15DB'

red 205 ◦ green 21 ◦ blue 219

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

Shades of Deep Magenta #CD15DB

Tints of Deep Magenta #CD15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.72%

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 46.07%
G = 4.72%
B = 49.21%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD15DB (or 0xCD15DB) is known color: Deep Magenta. HEX triplet: CD, 15 and DB. RGB value is (205,21,219). Sum of RGB (Red+Green+Blue) = 205+21+219=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD15DB is #32EA24. Grayscale: #616161. Windows color (decimal): -3336741 or 14357965. OLE color: 14357965.

HSL color Cylindrical-coordinate representation of color #CD15DB: hue angle of 295.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD15DB is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 21 219 -
CMYK 0.06 0.90 0 0.14
HSL 295.76º 0.83% 0.47% -
HSV(B) 295.76º 0.9% 0.86% -
XYZ 38.23 18.63 68.6 -
YUV 98.59 195.96 203.9 -
System Red Green Blue C M Y K H S L
Decimal 205 21 219 0.06 0.90 0 0.14 295.76 0.83 0.47
Hex CD 15 DB 6 5A 0 E 128 52 2F
Octal 315 25 333 6 132 0 16 450 122 57
Binary 11001101 10101 11011011 110 1011010 0 1110 100101000 1010010 101111

Color Harmonies of #CD15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD15DB

Black with #CD15DB

Text Example


Text Example

White with #CD15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD15DB; }

 p { color: rgb(205,21,219); }

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

background-color css

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

 a { background-color: rgb(205,21,219); }

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

border-color css

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

 span { border-color: rgb(205,21,219); }

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