Html Css Color HEX #D600CA Deep Magenta

📋 copy color: '#D600CA'

red 214 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #D600CA

Tints of Deep Magenta #D600CA

RGB

 RED value IS 214 (83.98% from 255) = 51.44%

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

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

R = 51.44%
G = 0%
B = 48.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D600CA (or 0xD600CA) is known color: Deep Magenta. HEX triplet: D6, 00 and CA. RGB value is (214,0,202). Sum of RGB (Red+Green+Blue) = 214+0+202=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D600CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D600CA is #29FF35. Grayscale: #565656. Windows color (decimal): -2752310 or 13238486. OLE color: 13238486.

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

Color convert

RGB 214 0 202 -
CMYK 0 1 0.06 0.16
HSL 303.36º 1% 0.42% -
HSV(B) 303.36º 1% 0.84% -
XYZ 38.39 18.56 57.44 -
YUV 87.01 192.9 218.57 -
System Red Green Blue C M Y K H S L
Decimal 214 0 202 0 1 0.06 0.16 303.36 1 0.42
Hex D6 0 CA 0 64 6 10 12F 64 2A
Octal 326 0 312 0 144 6 20 457 144 52
Binary 11010110 0 11001010 0 1100100 110 10000 100101111 1100100 101010

Color Harmonies of #D600CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600CA

Black with #D600CA

Text Example


Text Example

White with #D600CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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