Html Css Color HEX #D21695 Medium Violet Red

📋 copy color: '#D21695'

red 210 ◦ green 22 ◦ blue 149

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

Shades of Medium Violet Red #D21695

Tints of Medium Violet Red #D21695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.77%

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 55.12%
G = 5.77%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D21695 (or 0xD21695) is known color: Medium Violet Red. HEX triplet: D2, 16 and 95. RGB value is (210,22,149). Sum of RGB (Red+Green+Blue) = 210+22+149=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D21695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21695 is #2DE96A. Grayscale: #5C5C5C. Windows color (decimal): -3008875 or 9770706. OLE color: 9770706.

HSL color Cylindrical-coordinate representation of color #D21695: hue angle of 319.47º degrees, saturation: 0.81, 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 #D21695 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 149 -
CMYK 0 0.90 0.29 0.18
HSL 319.47º 0.81% 0.45% -
HSV(B) 319.47º 0.9% 0.82% -
XYZ 32.29 16.45 29.91 -
YUV 92.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 210 22 149 0 0.90 0.29 0.18 319.47 0.81 0.45
Hex D2 16 95 0 5A 1D 12 13F 51 2D
Octal 322 26 225 0 132 35 22 477 121 55
Binary 11010010 10110 10010101 0 1011010 11101 10010 100111111 1010001 101101

Color Harmonies of #D21695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21695

Black with #D21695

Text Example


Text Example

White with #D21695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21695; }

 p { color: rgb(210,22,149); }

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

background-color css

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

 a { background-color: rgb(210,22,149); }

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

border-color css

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

 span { border-color: rgb(210,22,149); }

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