Html Css Color HEX #D21CA7 Medium Violet Red

📋 copy color: '#D21CA7'

red 210 ◦ green 28 ◦ blue 167

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

Shades of Medium Violet Red #D21CA7

Tints of Medium Violet Red #D21CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.23%

R = 51.85%
G = 6.91%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D21CA7 (or 0xD21CA7) is known color: Medium Violet Red. HEX triplet: D2, 1C and A7. RGB value is (210,28,167). Sum of RGB (Red+Green+Blue) = 210+28+167=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21CA7 is #2DE358. Grayscale: #616161. Windows color (decimal): -3007321 or 10951890. OLE color: 10951890.

HSL color Cylindrical-coordinate representation of color #D21CA7: hue angle of 314.18º 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 #D21CA7 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 28 167 -
CMYK 0 0.87 0.20 0.18
HSL 314.18º 0.76% 0.47% -
HSV(B) 314.18º 0.87% 0.82% -
XYZ 33.97 17.32 38.11 -
YUV 98.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 210 28 167 0 0.87 0.20 0.18 314.18 0.76 0.47
Hex D2 1C A7 0 57 14 12 13A 4C 2F
Octal 322 34 247 0 127 24 22 472 114 57
Binary 11010010 11100 10100111 0 1010111 10100 10010 100111010 1001100 101111

Color Harmonies of #D21CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CA7

Black with #D21CA7

Text Example


Text Example

White with #D21CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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