Html Css Color HEX #D00B9A Medium Violet Red

📋 copy color: '#D00B9A'

red 208 ◦ green 11 ◦ blue 154

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

Shades of Medium Violet Red #D00B9A

Tints of Medium Violet Red #D00B9A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.95%

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 55.76%
G = 2.95%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D00B9A (or 0xD00B9A) is known color: Medium Violet Red. HEX triplet: D0, 0B and 9A. RGB value is (208,11,154). Sum of RGB (Red+Green+Blue) = 208+11+154=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00B9A is #2FF465. Grayscale: #555555. Windows color (decimal): -3142758 or 10095568. OLE color: 10095568.

HSL color Cylindrical-coordinate representation of color #D00B9A: hue angle of 316.45º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00B9A is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 11 154 -
CMYK 0 0.95 0.26 0.18
HSL 316.45º 0.9% 0.43% -
HSV(B) 316.45º 0.95% 0.82% -
XYZ 31.96 15.98 31.97 -
YUV 86.21 166.27 214.87 -
System Red Green Blue C M Y K H S L
Decimal 208 11 154 0 0.95 0.26 0.18 316.45 0.9 0.43
Hex D0 B 9A 0 5F 1A 12 13C 5A 2B
Octal 320 13 232 0 137 32 22 474 132 53
Binary 11010000 1011 10011010 0 1011111 11010 10010 100111100 1011010 101011

Color Harmonies of #D00B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00B9A

Black with #D00B9A

Text Example


Text Example

White with #D00B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00B9A; }

 p { color: rgb(208,11,154); }

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

background-color css

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

 a { background-color: rgb(208,11,154); }

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

border-color css

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

 span { border-color: rgb(208,11,154); }

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