Html Css Color HEX #D825C5 Deep Magenta

📋 copy color: '#D825C5'

red 216 ◦ green 37 ◦ blue 197

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

Shades of Deep Magenta #D825C5

Tints of Deep Magenta #D825C5

RGB

 RED value IS 216 (84.77% from 255) = 48%

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

 BLUE value IS 197 (77.34% from 255) = 43.78%

R = 48%
G = 8.22%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D825C5 (or 0xD825C5) is known color: Deep Magenta. HEX triplet: D8, 25 and C5. RGB value is (216,37,197). Sum of RGB (Red+Green+Blue) = 216+37+197=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D825C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825C5 is #27DA3A. Grayscale: #6C6C6C. Windows color (decimal): -2611771 or 12920280. OLE color: 12920280.

HSL color Cylindrical-coordinate representation of color #D825C5: hue angle of 306.37º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D825C5 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 37 197 -
CMYK 0 0.83 0.09 0.15
HSL 306.37º 0.71% 0.5% -
HSV(B) 306.37º 0.83% 0.85% -
XYZ 39.06 19.95 54.62 -
YUV 108.76 177.8 204.49 -
System Red Green Blue C M Y K H S L
Decimal 216 37 197 0 0.83 0.09 0.15 306.37 0.71 0.5
Hex D8 25 C5 0 53 9 F 132 47 32
Octal 330 45 305 0 123 11 17 462 107 62
Binary 11011000 100101 11000101 0 1010011 1001 1111 100110010 1000111 110010

Color Harmonies of #D825C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D825C5

Black with #D825C5

Text Example


Text Example

White with #D825C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D825C5; }

 p { color: rgb(216,37,197); }

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

background-color css

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

 a { background-color: rgb(216,37,197); }

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

border-color css

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

 span { border-color: rgb(216,37,197); }

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