Html Css Color HEX #D719CB Deep Magenta

📋 copy color: '#D719CB'

red 215 ◦ green 25 ◦ blue 203

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

Shades of Deep Magenta #D719CB

Tints of Deep Magenta #D719CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.64%

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

R = 48.53%
G = 5.64%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D719CB (or 0xD719CB) is known color: Deep Magenta. HEX triplet: D7, 19 and CB. RGB value is (215,25,203). Sum of RGB (Red+Green+Blue) = 215+25+203=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D719CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D719CB is #28E634. Grayscale: #656565. Windows color (decimal): -2680373 or 13310423. OLE color: 13310423.

HSL color Cylindrical-coordinate representation of color #D719CB: hue angle of 303.79º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D719CB is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 25 203 -
CMYK 0 0.88 0.06 0.16
HSL 303.79º 0.79% 0.47% -
HSV(B) 303.79º 0.88% 0.84% -
XYZ 39.15 19.45 58.19 -
YUV 102.1 184.95 208.53 -
System Red Green Blue C M Y K H S L
Decimal 215 25 203 0 0.88 0.06 0.16 303.79 0.79 0.47
Hex D7 19 CB 0 58 6 10 130 4F 2F
Octal 327 31 313 0 130 6 20 460 117 57
Binary 11010111 11001 11001011 0 1011000 110 10000 100110000 1001111 101111

Color Harmonies of #D719CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D719CB

Black with #D719CB

Text Example


Text Example

White with #D719CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D719CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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