Html Css Color HEX #D615CB Deep Magenta

📋 copy color: '#D615CB'

red 214 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #D615CB

Tints of Deep Magenta #D615CB

RGB

 RED value IS 214 (83.98% from 255) = 48.86%

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 48.86%
G = 4.79%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D615CB (or 0xD615CB) is known color: Deep Magenta. HEX triplet: D6, 15 and CB. RGB value is (214,21,203). Sum of RGB (Red+Green+Blue) = 214+21+203=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D615CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615CB is #29EA34. Grayscale: #626262. Windows color (decimal): -2746933 or 13309398. OLE color: 13309398.

HSL color Cylindrical-coordinate representation of color #D615CB: hue angle of 303.42º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D615CB is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 203 -
CMYK 0 0.90 0.05 0.16
HSL 303.42º 0.82% 0.46% -
HSV(B) 303.42º 0.9% 0.84% -
XYZ 38.78 19.14 58.15 -
YUV 99.46 186.44 209.7 -
System Red Green Blue C M Y K H S L
Decimal 214 21 203 0 0.90 0.05 0.16 303.42 0.82 0.46
Hex D6 15 CB 0 5A 5 10 12F 52 2E
Octal 326 25 313 0 132 5 20 457 122 56
Binary 11010110 10101 11001011 0 1011010 101 10000 100101111 1010010 101110

Color Harmonies of #D615CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615CB

Black with #D615CB

Text Example


Text Example

White with #D615CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615CB; }

 p { color: rgb(214,21,203); }

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

background-color css

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

 a { background-color: rgb(214,21,203); }

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

border-color css

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

 span { border-color: rgb(214,21,203); }

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