Html Css Color HEX #D325CC Deep Magenta

📋 copy color: '#D325CC'

red 211 ◦ green 37 ◦ blue 204

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

Shades of Deep Magenta #D325CC

Tints of Deep Magenta #D325CC

RGB

 RED value IS 211 (82.81% from 255) = 46.68%

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

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

R = 46.68%
G = 8.19%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D325CC (or 0xD325CC) is known color: Deep Magenta. HEX triplet: D3, 25 and CC. RGB value is (211,37,204). Sum of RGB (Red+Green+Blue) = 211+37+204=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D325CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D325CC is #2CDA33. Grayscale: #6B6B6B. Windows color (decimal): -2939444 or 13379027. OLE color: 13379027.

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

Color convert

RGB 211 37 204 -
CMYK 0 0.82 0.03 0.17
HSL 302.41º 0.7% 0.49% -
HSV(B) 302.41º 0.82% 0.83% -
XYZ 38.42 19.53 58.87 -
YUV 108.06 182.15 201.42 -
System Red Green Blue C M Y K H S L
Decimal 211 37 204 0 0.82 0.03 0.17 302.41 0.7 0.49
Hex D3 25 CC 0 52 3 11 12E 46 31
Octal 323 45 314 0 122 3 21 456 106 61
Binary 11010011 100101 11001100 0 1010010 11 10001 100101110 1000110 110001

Color Harmonies of #D325CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D325CC

Black with #D325CC

Text Example


Text Example

White with #D325CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D325CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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