Html Css Color HEX #D515CB Deep Magenta

📋 copy color: '#D515CB'

red 213 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #D515CB

Tints of Deep Magenta #D515CB

RGB

 RED value IS 213 (83.59% from 255) = 48.74%

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

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

R = 48.74%
G = 4.81%
B = 46.45%

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

#D515CB (or 0xD515CB) is known color: Deep Magenta. HEX triplet: D5, 15 and CB. RGB value is (213,21,203). Sum of RGB (Red+Green+Blue) = 213+21+203=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D515CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D515CB is #2AEA34. Grayscale: #626262. Windows color (decimal): -2812469 or 13309397. OLE color: 13309397.

HSL color Cylindrical-coordinate representation of color #D515CB: hue angle of 303.12º 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 #D515CB is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 203 -
CMYK 0 0.90 0.05 0.16
HSL 303.13º 0.82% 0.46% -
HSV(B) 303.13º 0.9% 0.84% -
XYZ 38.49 18.99 58.14 -
YUV 99.16 186.61 209.2 -
System Red Green Blue C M Y K H S L
Decimal 213 21 203 0 0.90 0.05 0.16 303.13 0.82 0.46
Hex D5 15 CB 0 5A 5 10 12F 52 2E
Octal 325 25 313 0 132 5 20 457 122 56
Binary 11010101 10101 11001011 0 1011010 101 10000 100101111 1010010 101110

Color Harmonies of #D515CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D515CB

Black with #D515CB

Text Example


Text Example

White with #D515CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D515CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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