Html Css Color HEX #D715CB Deep Magenta

📋 copy color: '#D715CB'

red 215 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #D715CB

Tints of Deep Magenta #D715CB

RGB

 RED value IS 215 (84.38% from 255) = 48.97%

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

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

R = 48.97%
G = 4.78%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D715CB (or 0xD715CB) is known color: Deep Magenta. HEX triplet: D7, 15 and CB. RGB value is (215,21,203). Sum of RGB (Red+Green+Blue) = 215+21+203=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D715CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D715CB is #28EA34. Grayscale: #636363. Windows color (decimal): -2681397 or 13309399. OLE color: 13309399.

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

Color convert

RGB 215 21 203 -
CMYK 0 0.90 0.06 0.16
HSL 303.71º 0.82% 0.46% -
HSV(B) 303.71º 0.9% 0.84% -
XYZ 39.07 19.3 58.16 -
YUV 99.75 186.27 210.2 -
System Red Green Blue C M Y K H S L
Decimal 215 21 203 0 0.90 0.06 0.16 303.71 0.82 0.46
Hex D7 15 CB 0 5A 6 10 130 52 2E
Octal 327 25 313 0 132 6 20 460 122 56
Binary 11010111 10101 11001011 0 1011010 110 10000 100110000 1010010 101110

Color Harmonies of #D715CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715CB

Black with #D715CB

Text Example


Text Example

White with #D715CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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