Html Css Color HEX #D915CA Deep Magenta

📋 copy color: '#D915CA'

red 217 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #D915CA

Tints of Deep Magenta #D915CA

RGB

 RED value IS 217 (85.16% from 255) = 49.32%

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 49.32%
G = 4.77%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D915CA (or 0xD915CA) is known color: Deep Magenta. HEX triplet: D9, 15 and CA. RGB value is (217,21,202). Sum of RGB (Red+Green+Blue) = 217+21+202=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D915CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915CA is #26EA35. Grayscale: #636363. Windows color (decimal): -2550326 or 13243865. OLE color: 13243865.

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

Color convert

RGB 217 21 202 -
CMYK 0 0.90 0.07 0.15
HSL 304.59º 0.82% 0.47% -
HSV(B) 304.59º 0.9% 0.85% -
XYZ 39.54 19.55 57.57 -
YUV 100.24 185.43 211.28 -
System Red Green Blue C M Y K H S L
Decimal 217 21 202 0 0.90 0.07 0.15 304.59 0.82 0.47
Hex D9 15 CA 0 5A 7 F 131 52 2F
Octal 331 25 312 0 132 7 17 461 122 57
Binary 11011001 10101 11001010 0 1011010 111 1111 100110001 1010010 101111

Color Harmonies of #D915CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915CA

Black with #D915CA

Text Example


Text Example

White with #D915CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915CA; }

 p { color: rgb(217,21,202); }

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

background-color css

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

 a { background-color: rgb(217,21,202); }

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

border-color css

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

 span { border-color: rgb(217,21,202); }

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