Html Css Color HEX #D427C9 Deep Magenta

📋 copy color: '#D427C9'

red 212 ◦ green 39 ◦ blue 201

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

Shades of Deep Magenta #D427C9

Tints of Deep Magenta #D427C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 46.9%
G = 8.63%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D427C9 (or 0xD427C9) is known color: Deep Magenta. HEX triplet: D4, 27 and C9. RGB value is (212,39,201). Sum of RGB (Red+Green+Blue) = 212+39+201=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D427C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427C9 is #2BD836. Grayscale: #6C6C6C. Windows color (decimal): -2873399 or 13182932. OLE color: 13182932.

HSL color Cylindrical-coordinate representation of color #D427C9: hue angle of 303.82º 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 #D427C9 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 39 201 -
CMYK 0 0.82 0.05 0.17
HSL 303.82º 0.69% 0.49% -
HSV(B) 303.82º 0.82% 0.83% -
XYZ 38.42 19.67 57.03 -
YUV 109.2 179.81 201.33 -
System Red Green Blue C M Y K H S L
Decimal 212 39 201 0 0.82 0.05 0.17 303.82 0.69 0.49
Hex D4 27 C9 0 52 5 11 130 45 31
Octal 324 47 311 0 122 5 21 460 105 61
Binary 11010100 100111 11001001 0 1010010 101 10001 100110000 1000101 110001

Color Harmonies of #D427C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427C9

Black with #D427C9

Text Example


Text Example

White with #D427C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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