Html Css Color HEX #D814CB Deep Magenta

📋 copy color: '#D814CB'

red 216 ◦ green 20 ◦ blue 203

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

Shades of Deep Magenta #D814CB

Tints of Deep Magenta #D814CB

RGB

 RED value IS 216 (84.77% from 255) = 49.2%

 GREEN value IS 20 (8.2% from 255) = 4.56%

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

R = 49.2%
G = 4.56%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D814CB (or 0xD814CB) is known color: Deep Magenta. HEX triplet: D8, 14 and CB. RGB value is (216,20,203). Sum of RGB (Red+Green+Blue) = 216+20+203=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D814CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814CB is #27EB34. Grayscale: #626262. Windows color (decimal): -2616117 or 13309144. OLE color: 13309144.

HSL color Cylindrical-coordinate representation of color #D814CB: hue angle of 303.98º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D814CB is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 20 203 -
CMYK 0 0.91 0.06 0.15
HSL 303.98º 0.83% 0.46% -
HSV(B) 303.98º 0.91% 0.85% -
XYZ 39.35 19.41 58.17 -
YUV 99.47 186.43 211.12 -
System Red Green Blue C M Y K H S L
Decimal 216 20 203 0 0.91 0.06 0.15 303.98 0.83 0.46
Hex D8 14 CB 0 5B 6 F 130 53 2E
Octal 330 24 313 0 133 6 17 460 123 56
Binary 11011000 10100 11001011 0 1011011 110 1111 100110000 1010011 101110

Color Harmonies of #D814CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814CB

Black with #D814CB

Text Example


Text Example

White with #D814CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814CB; }

 p { color: rgb(216,20,203); }

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

background-color css

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

 a { background-color: rgb(216,20,203); }

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

border-color css

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

 span { border-color: rgb(216,20,203); }

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