Html Css Color HEX #D60883 Medium Violet Red

📋 copy color: '#D60883'

red 214 ◦ green 8 ◦ blue 131

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

Shades of Medium Violet Red #D60883

Tints of Medium Violet Red #D60883

RGB

 RED value IS 214 (83.98% from 255) = 60.62%

 GREEN value IS 8 (3.52% from 255) = 2.27%

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 60.62%
G = 2.27%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D60883 (or 0xD60883) is known color: Medium Violet Red. HEX triplet: D6, 08 and 83. RGB value is (214,8,131). Sum of RGB (Red+Green+Blue) = 214+8+131=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D60883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60883 is #29F77C. Grayscale: #535353. Windows color (decimal): -2750333 or 8587478. OLE color: 8587478.

HSL color Cylindrical-coordinate representation of color #D60883: hue angle of 324.17º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60883 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 131 -
CMYK 0 0.96 0.39 0.16
HSL 324.17º 0.93% 0.44% -
HSV(B) 324.17º 0.96% 0.84% -
XYZ 31.92 16.11 22.9 -
YUV 83.62 154.75 221 -
System Red Green Blue C M Y K H S L
Decimal 214 8 131 0 0.96 0.39 0.16 324.17 0.93 0.44
Hex D6 8 83 0 60 27 10 144 5D 2C
Octal 326 10 203 0 140 47 20 504 135 54
Binary 11010110 1000 10000011 0 1100000 100111 10000 101000100 1011101 101100

Color Harmonies of #D60883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60883

Black with #D60883

Text Example


Text Example

White with #D60883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60883; }

 p { color: rgb(214,8,131); }

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

background-color css

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

 a { background-color: rgb(214,8,131); }

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

border-color css

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

 span { border-color: rgb(214,8,131); }

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