Html Css Color HEX #D425CC Deep Magenta

📋 copy color: '#D425CC'

red 212 ◦ green 37 ◦ blue 204

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

Shades of Deep Magenta #D425CC

Tints of Deep Magenta #D425CC

RGB

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

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

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

R = 46.8%
G = 8.17%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D425CC (or 0xD425CC) is known color: Deep Magenta. HEX triplet: D4, 25 and CC. RGB value is (212,37,204). Sum of RGB (Red+Green+Blue) = 212+37+204=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D425CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D425CC is #2BDA33. Grayscale: #6B6B6B. Windows color (decimal): -2873908 or 13379028. OLE color: 13379028.

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

Color convert

RGB 212 37 204 -
CMYK 0 0.83 0.04 0.17
HSL 302.74º 0.7% 0.49% -
HSV(B) 302.74º 0.83% 0.83% -
XYZ 38.71 19.68 58.88 -
YUV 108.36 181.98 201.92 -
System Red Green Blue C M Y K H S L
Decimal 212 37 204 0 0.83 0.04 0.17 302.74 0.7 0.49
Hex D4 25 CC 0 53 4 11 12F 46 31
Octal 324 45 314 0 123 4 21 457 106 61
Binary 11010100 100101 11001100 0 1010011 100 10001 100101111 1000110 110001

Color Harmonies of #D425CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D425CC

Black with #D425CC

Text Example


Text Example

White with #D425CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D425CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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