Html Css Color HEX #D427D0 Deep Magenta

📋 copy color: '#D427D0'

red 212 ◦ green 39 ◦ blue 208

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

Shades of Deep Magenta #D427D0

Tints of Deep Magenta #D427D0

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.5%

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 46.19%
G = 8.5%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D427D0 (or 0xD427D0) is known color: Deep Magenta. HEX triplet: D4, 27 and D0. RGB value is (212,39,208). Sum of RGB (Red+Green+Blue) = 212+39+208=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D427D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427D0 is #2BD82F. Grayscale: #6D6D6D. Windows color (decimal): -2873392 or 13641684. OLE color: 13641684.

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

Color convert

RGB 212 39 208 -
CMYK 0 0.82 0.02 0.17
HSL 301.39º 0.69% 0.49% -
HSV(B) 301.39º 0.82% 0.83% -
XYZ 39.26 20 61.47 -
YUV 109.99 183.31 200.76 -
System Red Green Blue C M Y K H S L
Decimal 212 39 208 0 0.82 0.02 0.17 301.39 0.69 0.49
Hex D4 27 D0 0 52 2 11 12D 45 31
Octal 324 47 320 0 122 2 21 455 105 61
Binary 11010100 100111 11010000 0 1010010 10 10001 100101101 1000101 110001

Color Harmonies of #D427D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427D0

Black with #D427D0

Text Example


Text Example

White with #D427D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427D0; }

 p { color: rgb(212,39,208); }

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

background-color css

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

 a { background-color: rgb(212,39,208); }

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

border-color css

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

 span { border-color: rgb(212,39,208); }

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