Html Css Color HEX #D325CB Deep Magenta

📋 copy color: '#D325CB'

red 211 ◦ green 37 ◦ blue 203

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

Shades of Deep Magenta #D325CB

Tints of Deep Magenta #D325CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 46.78%
G = 8.2%
B = 45.01%

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

#D325CB (or 0xD325CB) is known color: Deep Magenta. HEX triplet: D3, 25 and CB. RGB value is (211,37,203). Sum of RGB (Red+Green+Blue) = 211+37+203=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D325CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D325CB is #2CDA34. Grayscale: #6B6B6B. Windows color (decimal): -2939445 or 13313491. OLE color: 13313491.

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

Color convert

RGB 211 37 203 -
CMYK 0 0.82 0.04 0.17
HSL 302.76º 0.7% 0.49% -
HSV(B) 302.76º 0.82% 0.83% -
XYZ 38.31 19.48 58.24 -
YUV 107.95 181.65 201.5 -
System Red Green Blue C M Y K H S L
Decimal 211 37 203 0 0.82 0.04 0.17 302.76 0.7 0.49
Hex D3 25 CB 0 52 4 11 12F 46 31
Octal 323 45 313 0 122 4 21 457 106 61
Binary 11010011 100101 11001011 0 1010010 100 10001 100101111 1000110 110001

Color Harmonies of #D325CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D325CB

Black with #D325CB

Text Example


Text Example

White with #D325CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D325CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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