Html Css Color HEX #D525CB Deep Magenta

📋 copy color: '#D525CB'

red 213 ◦ green 37 ◦ blue 203

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

Shades of Deep Magenta #D525CB

Tints of Deep Magenta #D525CB

RGB

 RED value IS 213 (83.59% from 255) = 47.02%

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

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

R = 47.02%
G = 8.17%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D525CB (or 0xD525CB) is known color: Deep Magenta. HEX triplet: D5, 25 and CB. RGB value is (213,37,203). Sum of RGB (Red+Green+Blue) = 213+37+203=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D525CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525CB is #2ADA34. Grayscale: #6C6C6C. Windows color (decimal): -2808373 or 13313493. OLE color: 13313493.

HSL color Cylindrical-coordinate representation of color #D525CB: hue angle of 303.41º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D525CB is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 37 203 -
CMYK 0 0.83 0.05 0.16
HSL 303.41º 0.7% 0.49% -
HSV(B) 303.41º 0.83% 0.84% -
XYZ 38.88 19.78 58.27 -
YUV 108.55 181.31 202.5 -
System Red Green Blue C M Y K H S L
Decimal 213 37 203 0 0.83 0.05 0.16 303.41 0.7 0.49
Hex D5 25 CB 0 53 5 10 12F 46 31
Octal 325 45 313 0 123 5 20 457 106 61
Binary 11010101 100101 11001011 0 1010011 101 10000 100101111 1000110 110001

Color Harmonies of #D525CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525CB

Black with #D525CB

Text Example


Text Example

White with #D525CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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