Html Css Color HEX #D20698 Medium Violet Red

📋 copy color: '#D20698'

red 210 ◦ green 6 ◦ blue 152

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

Shades of Medium Violet Red #D20698

Tints of Medium Violet Red #D20698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 152 (59.77% from 255) = 41.3%

R = 57.07%
G = 1.63%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D20698 (or 0xD20698) is known color: Medium Violet Red. HEX triplet: D2, 06 and 98. RGB value is (210,6,152). Sum of RGB (Red+Green+Blue) = 210+6+152=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D20698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20698 is #2DF967. Grayscale: #535353. Windows color (decimal): -3012968 or 9963218. OLE color: 9963218.

HSL color Cylindrical-coordinate representation of color #D20698: hue angle of 317.06º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20698 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 6 152 -
CMYK 0 0.97 0.28 0.18
HSL 317.06º 0.94% 0.42% -
HSV(B) 317.06º 0.97% 0.82% -
XYZ 32.31 16.1 31.11 -
YUV 83.64 166.59 218.13 -
System Red Green Blue C M Y K H S L
Decimal 210 6 152 0 0.97 0.28 0.18 317.06 0.94 0.42
Hex D2 6 98 0 61 1C 12 13D 5E 2A
Octal 322 6 230 0 141 34 22 475 136 52
Binary 11010010 110 10011000 0 1100001 11100 10010 100111101 1011110 101010

Color Harmonies of #D20698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20698

Black with #D20698

Text Example


Text Example

White with #D20698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20698; }

 p { color: rgb(210,6,152); }

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

background-color css

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

 a { background-color: rgb(210,6,152); }

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

border-color css

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

 span { border-color: rgb(210,6,152); }

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