Html Css Color HEX #D21693 Medium Violet Red

📋 copy color: '#D21693'

red 210 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #D21693

Tints of Medium Violet Red #D21693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 55.41%
G = 5.8%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D21693 (or 0xD21693) is known color: Medium Violet Red. HEX triplet: D2, 16 and 93. RGB value is (210,22,147). Sum of RGB (Red+Green+Blue) = 210+22+147=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D21693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21693 is #2DE96C. Grayscale: #5C5C5C. Windows color (decimal): -3008877 or 9639634. OLE color: 9639634.

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

Color convert

RGB 210 22 147 -
CMYK 0 0.90 0.30 0.18
HSL 320.11º 0.81% 0.45% -
HSV(B) 320.11º 0.9% 0.82% -
XYZ 32.13 16.38 29.07 -
YUV 92.46 158.78 211.84 -
System Red Green Blue C M Y K H S L
Decimal 210 22 147 0 0.90 0.30 0.18 320.11 0.81 0.45
Hex D2 16 93 0 5A 1E 12 140 51 2D
Octal 322 26 223 0 132 36 22 500 121 55
Binary 11010010 10110 10010011 0 1011010 11110 10010 101000000 1010001 101101

Color Harmonies of #D21693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21693

Black with #D21693

Text Example


Text Example

White with #D21693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21693; }

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

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

background-color css

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

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

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

border-color css

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

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

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