Html Css Color HEX #D000CA Deep Magenta

📋 copy color: '#D000CA'

red 208 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #D000CA

Tints of Deep Magenta #D000CA

RGB

 RED value IS 208 (81.64% from 255) = 50.73%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.73%
G = 0%
B = 49.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D000CA (or 0xD000CA) is known color: Deep Magenta. HEX triplet: D0, 00 and CA. RGB value is (208,0,202). Sum of RGB (Red+Green+Blue) = 208+0+202=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D000CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000CA is #2FFF35. Grayscale: #545454. Windows color (decimal): -3145526 or 13238480. OLE color: 13238480.

HSL color Cylindrical-coordinate representation of color #D000CA: hue angle of 301.73º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000CA is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 202 -
CMYK 0 1 0.03 0.18
HSL 301.73º 1% 0.41% -
HSV(B) 301.73º 1% 0.82% -
XYZ 36.67 17.67 57.36 -
YUV 85.22 193.91 215.57 -
System Red Green Blue C M Y K H S L
Decimal 208 0 202 0 1 0.03 0.18 301.73 1 0.41
Hex D0 0 CA 0 64 3 12 12E 64 29
Octal 320 0 312 0 144 3 22 456 144 51
Binary 11010000 0 11001010 0 1100100 11 10010 100101110 1100100 101001

Color Harmonies of #D000CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000CA

Black with #D000CA

Text Example


Text Example

White with #D000CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000CA; }

 p { color: rgb(208,0,202); }

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

background-color css

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

 a { background-color: rgb(208,0,202); }

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

border-color css

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

 span { border-color: rgb(208,0,202); }

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