Html Css Color HEX #D402C2 Deep Magenta

📋 copy color: '#D402C2'

red 212 ◦ green 2 ◦ blue 194

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

Shades of Deep Magenta #D402C2

Tints of Deep Magenta #D402C2

RGB

 RED value IS 212 (83.2% from 255) = 51.96%

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 51.96%
G = 0.49%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D402C2 (or 0xD402C2) is known color: Deep Magenta. HEX triplet: D4, 02 and C2. RGB value is (212,2,194). Sum of RGB (Red+Green+Blue) = 212+2+194=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D402C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402C2 is #2BFD3D. Grayscale: #565656. Windows color (decimal): -2882878 or 12714708. OLE color: 12714708.

HSL color Cylindrical-coordinate representation of color #D402C2: hue angle of 305.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402C2 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 194 -
CMYK 0 0.99 0.08 0.17
HSL 305.14º 0.98% 0.42% -
HSV(B) 305.14º 0.99% 0.83% -
XYZ 36.91 17.94 52.56 -
YUV 86.68 188.57 217.39 -
System Red Green Blue C M Y K H S L
Decimal 212 2 194 0 0.99 0.08 0.17 305.14 0.98 0.42
Hex D4 2 C2 0 63 8 11 131 62 2A
Octal 324 2 302 0 143 10 21 461 142 52
Binary 11010100 10 11000010 0 1100011 1000 10001 100110001 1100010 101010

Color Harmonies of #D402C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D402C2

Black with #D402C2

Text Example


Text Example

White with #D402C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D402C2; }

 p { color: rgb(212,2,194); }

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

background-color css

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

 a { background-color: rgb(212,2,194); }

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

border-color css

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

 span { border-color: rgb(212,2,194); }

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