Html Css Color HEX #D00883 Medium Violet Red

📋 copy color: '#D00883'

red 208 ◦ green 8 ◦ blue 131

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

Shades of Medium Violet Red #D00883

Tints of Medium Violet Red #D00883

RGB

 RED value IS 208 (81.64% from 255) = 59.94%

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

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

R = 59.94%
G = 2.31%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D00883 (or 0xD00883) is known color: Medium Violet Red. HEX triplet: D0, 08 and 83. RGB value is (208,8,131). Sum of RGB (Red+Green+Blue) = 208+8+131=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D00883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00883 is #2FF77C. Grayscale: #515151. Windows color (decimal): -3143549 or 8587472. OLE color: 8587472.

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

Color convert

RGB 208 8 131 -
CMYK 0 0.96 0.37 0.18
HSL 323.1º 0.93% 0.42% -
HSV(B) 323.1º 0.96% 0.82% -
XYZ 30.2 15.22 22.82 -
YUV 81.82 155.76 218 -
System Red Green Blue C M Y K H S L
Decimal 208 8 131 0 0.96 0.37 0.18 323.1 0.93 0.42
Hex D0 8 83 0 60 25 12 143 5D 2A
Octal 320 10 203 0 140 45 22 503 135 52
Binary 11010000 1000 10000011 0 1100000 100101 10010 101000011 1011101 101010

Color Harmonies of #D00883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00883

Black with #D00883

Text Example


Text Example

White with #D00883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00883; }

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

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

background-color css

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

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

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

border-color css

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

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

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