Html Css Color HEX #D21CBE Deep Magenta

📋 copy color: '#D21CBE'

red 210 ◦ green 28 ◦ blue 190

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

Shades of Deep Magenta #D21CBE

Tints of Deep Magenta #D21CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.54%

 BLUE value IS 190 (74.61% from 255) = 44.39%

R = 49.07%
G = 6.54%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D21CBE (or 0xD21CBE) is known color: Deep Magenta. HEX triplet: D2, 1C and BE. RGB value is (210,28,190). Sum of RGB (Red+Green+Blue) = 210+28+190=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CBE is #2DE341. Grayscale: #646464. Windows color (decimal): -3007298 or 12459218. OLE color: 12459218.

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

Color convert

RGB 210 28 190 -
CMYK 0 0.87 0.10 0.18
HSL 306.59º 0.76% 0.47% -
HSV(B) 306.59º 0.87% 0.82% -
XYZ 36.29 18.25 50.33 -
YUV 100.89 178.3 205.83 -
System Red Green Blue C M Y K H S L
Decimal 210 28 190 0 0.87 0.10 0.18 306.59 0.76 0.47
Hex D2 1C BE 0 57 A 12 133 4C 2F
Octal 322 34 276 0 127 12 22 463 114 57
Binary 11010010 11100 10111110 0 1010111 1010 10010 100110011 1001100 101111

Color Harmonies of #D21CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CBE

Black with #D21CBE

Text Example


Text Example

White with #D21CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CBE; }

 p { color: rgb(210,28,190); }

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

background-color css

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

 a { background-color: rgb(210,28,190); }

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

border-color css

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

 span { border-color: rgb(210,28,190); }

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