Html Css Color HEX #D01285 Medium Violet Red

📋 copy color: '#D01285'

red 208 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #D01285

Tints of Medium Violet Red #D01285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.05%

R = 57.94%
G = 5.01%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D01285 (or 0xD01285) is known color: Medium Violet Red. HEX triplet: D0, 12 and 85. RGB value is (208,18,133). Sum of RGB (Red+Green+Blue) = 208+18+133=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D01285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01285 is #2FED7A. Grayscale: #575757. Windows color (decimal): -3140987 or 8721104. OLE color: 8721104.

HSL color Cylindrical-coordinate representation of color #D01285: hue angle of 323.68º 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 #D01285 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 133 -
CMYK 0 0.91 0.36 0.18
HSL 323.68º 0.84% 0.44% -
HSV(B) 323.68º 0.91% 0.82% -
XYZ 30.46 15.54 23.58 -
YUV 87.92 153.45 213.65 -
System Red Green Blue C M Y K H S L
Decimal 208 18 133 0 0.91 0.36 0.18 323.68 0.84 0.44
Hex D0 12 85 0 5B 24 12 144 54 2C
Octal 320 22 205 0 133 44 22 504 124 54
Binary 11010000 10010 10000101 0 1011011 100100 10010 101000100 1010100 101100

Color Harmonies of #D01285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01285

Black with #D01285

Text Example


Text Example

White with #D01285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01285; }

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

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

background-color css

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

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

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

border-color css

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

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

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