Html Css Color HEX #D427CC Deep Magenta

📋 copy color: '#D427CC'

red 212 ◦ green 39 ◦ blue 204

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

Shades of Deep Magenta #D427CC

Tints of Deep Magenta #D427CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 46.59%
G = 8.57%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D427CC (or 0xD427CC) is known color: Deep Magenta. HEX triplet: D4, 27 and CC. RGB value is (212,39,204). Sum of RGB (Red+Green+Blue) = 212+39+204=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D427CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427CC is #2BD833. Grayscale: #6D6D6D. Windows color (decimal): -2873396 or 13379540. OLE color: 13379540.

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

Color convert

RGB 212 39 204 -
CMYK 0 0.82 0.04 0.17
HSL 302.77º 0.69% 0.49% -
HSV(B) 302.77º 0.82% 0.83% -
XYZ 38.78 19.81 58.91 -
YUV 109.54 181.31 201.08 -
System Red Green Blue C M Y K H S L
Decimal 212 39 204 0 0.82 0.04 0.17 302.77 0.69 0.49
Hex D4 27 CC 0 52 4 11 12F 45 31
Octal 324 47 314 0 122 4 21 457 105 61
Binary 11010100 100111 11001100 0 1010010 100 10001 100101111 1000101 110001

Color Harmonies of #D427CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427CC

Black with #D427CC

Text Example


Text Example

White with #D427CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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