Html Css Color HEX #D603C2 Deep Magenta

📋 copy color: '#D603C2'

red 214 ◦ green 3 ◦ blue 194

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

Shades of Deep Magenta #D603C2

Tints of Deep Magenta #D603C2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 194 (76.17% from 255) = 47.2%

R = 52.07%
G = 0.73%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D603C2 (or 0xD603C2) is known color: Deep Magenta. HEX triplet: D6, 03 and C2. RGB value is (214,3,194). Sum of RGB (Red+Green+Blue) = 214+3+194=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D603C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D603C2 is #29FC3D. Grayscale: #575757. Windows color (decimal): -2751550 or 12714966. OLE color: 12714966.

HSL color Cylindrical-coordinate representation of color #D603C2: hue angle of 305.69º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D603C2 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 3 194 -
CMYK 0 0.99 0.09 0.16
HSL 305.69º 0.97% 0.43% -
HSV(B) 305.69º 0.99% 0.84% -
XYZ 37.5 18.26 52.59 -
YUV 87.86 187.9 217.97 -
System Red Green Blue C M Y K H S L
Decimal 214 3 194 0 0.99 0.09 0.16 305.69 0.97 0.43
Hex D6 3 C2 0 63 9 10 132 61 2B
Octal 326 3 302 0 143 11 20 462 141 53
Binary 11010110 11 11000010 0 1100011 1001 10000 100110010 1100001 101011

Color Harmonies of #D603C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D603C2

Black with #D603C2

Text Example


Text Example

White with #D603C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D603C2; }

 p { color: rgb(214,3,194); }

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

background-color css

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

 a { background-color: rgb(214,3,194); }

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

border-color css

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

 span { border-color: rgb(214,3,194); }

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