Html Css Color HEX #D213BC Deep Magenta

📋 copy color: '#D213BC'

red 210 ◦ green 19 ◦ blue 188

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

Shades of Deep Magenta #D213BC

Tints of Deep Magenta #D213BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.56%

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 50.36%
G = 4.56%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D213BC (or 0xD213BC) is known color: Deep Magenta. HEX triplet: D2, 13 and BC. RGB value is (210,19,188). Sum of RGB (Red+Green+Blue) = 210+19+188=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D213BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D213BC is #2DEC43. Grayscale: #5E5E5E. Windows color (decimal): -3009604 or 12325842. OLE color: 12325842.

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

Color convert

RGB 210 19 188 -
CMYK 0 0.91 0.10 0.18
HSL 306.91º 0.83% 0.45% -
HSV(B) 306.91º 0.91% 0.82% -
XYZ 35.89 17.8 49.12 -
YUV 95.38 180.28 209.76 -
System Red Green Blue C M Y K H S L
Decimal 210 19 188 0 0.91 0.10 0.18 306.91 0.83 0.45
Hex D2 13 BC 0 5B A 12 133 53 2D
Octal 322 23 274 0 133 12 22 463 123 55
Binary 11010010 10011 10111100 0 1011011 1010 10010 100110011 1010011 101101

Color Harmonies of #D213BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213BC

Black with #D213BC

Text Example


Text Example

White with #D213BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213BC; }

 p { color: rgb(210,19,188); }

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

background-color css

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

 a { background-color: rgb(210,19,188); }

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

border-color css

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

 span { border-color: rgb(210,19,188); }

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