Html Css Color HEX #D425DF Deep Magenta

📋 copy color: '#D425DF'

red 212 ◦ green 37 ◦ blue 223

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

Shades of Deep Magenta #D425DF

Tints of Deep Magenta #D425DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 44.92%
G = 7.84%
B = 47.25%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D425DF (or 0xD425DF) is known color: Deep Magenta. HEX triplet: D4, 25 and DF. RGB value is (212,37,223). Sum of RGB (Red+Green+Blue) = 212+37+223=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #D425DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D425DF is #2BDA20. Grayscale: #6D6D6D. Windows color (decimal): -2873889 or 14624212. OLE color: 14624212.

HSL color Cylindrical-coordinate representation of color #D425DF: hue angle of 296.45º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D425DF is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 37 223 -
CMYK 0.05 0.83 0 0.13
HSL 296.45º 0.74% 0.51% -
HSV(B) 296.45º 0.83% 0.87% -
XYZ 41.13 20.65 71.63 -
YUV 110.53 191.48 200.38 -
System Red Green Blue C M Y K H S L
Decimal 212 37 223 0.05 0.83 0 0.13 296.45 0.74 0.51
Hex D4 25 DF 5 53 0 D 128 4A 33
Octal 324 45 337 5 123 0 15 450 112 63
Binary 11010100 100101 11011111 101 1010011 0 1101 100101000 1001010 110011

Color Harmonies of #D425DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D425DF

Black with #D425DF

Text Example


Text Example

White with #D425DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D425DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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