Html Css Color HEX #D01283 Medium Violet Red

📋 copy color: '#D01283'

red 208 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #D01283

Tints of Medium Violet Red #D01283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.04%

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

R = 58.26%
G = 5.04%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D01283 (or 0xD01283) is known color: Medium Violet Red. HEX triplet: D0, 12 and 83. RGB value is (208,18,131). Sum of RGB (Red+Green+Blue) = 208+18+131=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D01283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01283 is #2FED7C. Grayscale: #575757. Windows color (decimal): -3140989 or 8590032. OLE color: 8590032.

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

Color convert

RGB 208 18 131 -
CMYK 0 0.91 0.37 0.18
HSL 324.32º 0.84% 0.44% -
HSV(B) 324.32º 0.91% 0.82% -
XYZ 30.33 15.48 22.86 -
YUV 87.69 152.45 213.81 -
System Red Green Blue C M Y K H S L
Decimal 208 18 131 0 0.91 0.37 0.18 324.32 0.84 0.44
Hex D0 12 83 0 5B 25 12 144 54 2C
Octal 320 22 203 0 133 45 22 504 124 54
Binary 11010000 10010 10000011 0 1011011 100101 10010 101000100 1010100 101100

Color Harmonies of #D01283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01283

Black with #D01283

Text Example


Text Example

White with #D01283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01283; }

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

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

background-color css

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

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

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

border-color css

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

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

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