Html Css Color HEX #D01883 Medium Violet Red

📋 copy color: '#D01883'

red 208 ◦ green 24 ◦ blue 131

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

Shades of Medium Violet Red #D01883

Tints of Medium Violet Red #D01883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

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

R = 57.3%
G = 6.61%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D01883 (or 0xD01883) is known color: Medium Violet Red. HEX triplet: D0, 18 and 83. RGB value is (208,24,131). Sum of RGB (Red+Green+Blue) = 208+24+131=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D01883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01883 is #2FE77C. Grayscale: #5A5A5A. Windows color (decimal): -3139453 or 8591568. OLE color: 8591568.

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

Color convert

RGB 208 24 131 -
CMYK 0 0.88 0.37 0.18
HSL 325.11º 0.79% 0.45% -
HSV(B) 325.11º 0.88% 0.82% -
XYZ 30.44 15.7 22.9 -
YUV 91.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 208 24 131 0 0.88 0.37 0.18 325.11 0.79 0.45
Hex D0 18 83 0 58 25 12 145 4F 2D
Octal 320 30 203 0 130 45 22 505 117 55
Binary 11010000 11000 10000011 0 1011000 100101 10010 101000101 1001111 101101

Color Harmonies of #D01883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01883

Black with #D01883

Text Example


Text Example

White with #D01883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01883; }

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

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

background-color css

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

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

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

border-color css

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

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

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