Html Css Color HEX #D918CA Deep Magenta

📋 copy color: '#D918CA'

red 217 ◦ green 24 ◦ blue 202

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

Shades of Deep Magenta #D918CA

Tints of Deep Magenta #D918CA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.42%

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

R = 48.98%
G = 5.42%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D918CA (or 0xD918CA) is known color: Deep Magenta. HEX triplet: D9, 18 and CA. RGB value is (217,24,202). Sum of RGB (Red+Green+Blue) = 217+24+202=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D918CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918CA is #26E735. Grayscale: #656565. Windows color (decimal): -2549558 or 13244633. OLE color: 13244633.

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

Color convert

RGB 217 24 202 -
CMYK 0 0.89 0.07 0.15
HSL 304.66º 0.8% 0.47% -
HSV(B) 304.66º 0.89% 0.85% -
XYZ 39.6 19.67 57.59 -
YUV 102 184.44 210.03 -
System Red Green Blue C M Y K H S L
Decimal 217 24 202 0 0.89 0.07 0.15 304.66 0.8 0.47
Hex D9 18 CA 0 59 7 F 131 50 2F
Octal 331 30 312 0 131 7 17 461 120 57
Binary 11011001 11000 11001010 0 1011001 111 1111 100110001 1010000 101111

Color Harmonies of #D918CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918CA

Black with #D918CA

Text Example


Text Example

White with #D918CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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