Html Css Color HEX #D414CA Deep Magenta

📋 copy color: '#D414CA'

red 212 ◦ green 20 ◦ blue 202

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

Shades of Deep Magenta #D414CA

Tints of Deep Magenta #D414CA

RGB

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

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

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

R = 48.85%
G = 4.61%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D414CA (or 0xD414CA) is known color: Deep Magenta. HEX triplet: D4, 14 and CA. RGB value is (212,20,202). Sum of RGB (Red+Green+Blue) = 212+20+202=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D414CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414CA is #2BEB35. Grayscale: #616161. Windows color (decimal): -2878262 or 13243604. OLE color: 13243604.

HSL color Cylindrical-coordinate representation of color #D414CA: hue angle of 303.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D414CA is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 202 -
CMYK 0 0.91 0.05 0.17
HSL 303.13º 0.83% 0.45% -
HSV(B) 303.13º 0.91% 0.83% -
XYZ 38.06 18.76 57.49 -
YUV 98.16 186.61 209.2 -
System Red Green Blue C M Y K H S L
Decimal 212 20 202 0 0.91 0.05 0.17 303.13 0.83 0.45
Hex D4 14 CA 0 5B 5 11 12F 53 2D
Octal 324 24 312 0 133 5 21 457 123 55
Binary 11010100 10100 11001010 0 1011011 101 10001 100101111 1010011 101101

Color Harmonies of #D414CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414CA

Black with #D414CA

Text Example


Text Example

White with #D414CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414CA; }

 p { color: rgb(212,20,202); }

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

background-color css

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

 a { background-color: rgb(212,20,202); }

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

border-color css

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

 span { border-color: rgb(212,20,202); }

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