Html Css Color HEX #D425CA Deep Magenta

📋 copy color: '#D425CA'

red 212 ◦ green 37 ◦ blue 202

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

Shades of Deep Magenta #D425CA

Tints of Deep Magenta #D425CA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.2%

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

R = 47.01%
G = 8.2%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D425CA (or 0xD425CA) is known color: Deep Magenta. HEX triplet: D4, 25 and CA. RGB value is (212,37,202). Sum of RGB (Red+Green+Blue) = 212+37+202=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D425CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D425CA is #2BDA35. Grayscale: #6B6B6B. Windows color (decimal): -2873910 or 13247956. OLE color: 13247956.

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

Color convert

RGB 212 37 202 -
CMYK 0 0.83 0.05 0.17
HSL 303.43º 0.7% 0.49% -
HSV(B) 303.43º 0.83% 0.83% -
XYZ 38.47 19.58 57.63 -
YUV 108.14 180.98 202.08 -
System Red Green Blue C M Y K H S L
Decimal 212 37 202 0 0.83 0.05 0.17 303.43 0.7 0.49
Hex D4 25 CA 0 53 5 11 12F 46 31
Octal 324 45 312 0 123 5 21 457 106 61
Binary 11010100 100101 11001010 0 1010011 101 10001 100101111 1000110 110001

Color Harmonies of #D425CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D425CA

Black with #D425CA

Text Example


Text Example

White with #D425CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D425CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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