Html Css Color HEX #D522C1 Deep Magenta

📋 copy color: '#D522C1'

red 213 ◦ green 34 ◦ blue 193

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

Shades of Deep Magenta #D522C1

Tints of Deep Magenta #D522C1

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.73%

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 48.41%
G = 7.73%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D522C1 (or 0xD522C1) is known color: Deep Magenta. HEX triplet: D5, 22 and C1. RGB value is (213,34,193). Sum of RGB (Red+Green+Blue) = 213+34+193=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D522C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522C1 is #2ADD3E. Grayscale: #696969. Windows color (decimal): -2809151 or 12657365. OLE color: 12657365.

HSL color Cylindrical-coordinate representation of color #D522C1: hue angle of 306.7º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D522C1 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 34 193 -
CMYK 0 0.84 0.09 0.16
HSL 306.7º 0.72% 0.48% -
HSV(B) 306.7º 0.84% 0.84% -
XYZ 37.64 19.14 52.16 -
YUV 105.65 177.3 204.57 -
System Red Green Blue C M Y K H S L
Decimal 213 34 193 0 0.84 0.09 0.16 306.7 0.72 0.48
Hex D5 22 C1 0 54 9 10 133 48 30
Octal 325 42 301 0 124 11 20 463 110 60
Binary 11010101 100010 11000001 0 1010100 1001 10000 100110011 1001000 110000

Color Harmonies of #D522C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D522C1

Black with #D522C1

Text Example


Text Example

White with #D522C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D522C1; }

 p { color: rgb(213,34,193); }

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

background-color css

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

 a { background-color: rgb(213,34,193); }

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

border-color css

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

 span { border-color: rgb(213,34,193); }

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