Html Css Color HEX #D215C6 Deep Magenta

📋 copy color: '#D215C6'

red 210 ◦ green 21 ◦ blue 198

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

Shades of Deep Magenta #D215C6

Tints of Deep Magenta #D215C6

RGB

 RED value IS 210 (82.42% from 255) = 48.95%

 GREEN value IS 21 (8.59% from 255) = 4.9%

 BLUE value IS 198 (77.73% from 255) = 46.15%

R = 48.95%
G = 4.9%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D215C6 (or 0xD215C6) is known color: Deep Magenta. HEX triplet: D2, 15 and C6. RGB value is (210,21,198). Sum of RGB (Red+Green+Blue) = 210+21+198=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D215C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D215C6 is #2DEA39. Grayscale: #616161. Windows color (decimal): -3009082 or 12981714. OLE color: 12981714.

HSL color Cylindrical-coordinate representation of color #D215C6: hue angle of 303.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D215C6 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 21 198 -
CMYK 0 0.90 0.06 0.18
HSL 303.81º 0.82% 0.45% -
HSV(B) 303.81º 0.9% 0.82% -
XYZ 37.04 18.32 55.01 -
YUV 97.69 184.62 208.11 -
System Red Green Blue C M Y K H S L
Decimal 210 21 198 0 0.90 0.06 0.18 303.81 0.82 0.45
Hex D2 15 C6 0 5A 6 12 130 52 2D
Octal 322 25 306 0 132 6 22 460 122 55
Binary 11010010 10101 11000110 0 1011010 110 10010 100110000 1010010 101101

Color Harmonies of #D215C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D215C6

Black with #D215C6

Text Example


Text Example

White with #D215C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D215C6; }

 p { color: rgb(210,21,198); }

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

background-color css

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

 a { background-color: rgb(210,21,198); }

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

border-color css

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

 span { border-color: rgb(210,21,198); }

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