Html Css Color HEX #D031DB Medium Orchid

📋 copy color: '#D031DB'

red 208 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #D031DB

Tints of Medium Orchid #D031DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.29%

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 43.7%
G = 10.29%
B = 46.01%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D031DB (or 0xD031DB) is known color: Medium Orchid. HEX triplet: D0, 31 and DB. RGB value is (208,49,219). Sum of RGB (Red+Green+Blue) = 208+49+219=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #D031DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031DB is #2FCE24. Grayscale: #737373. Windows color (decimal): -3132965 or 14365136. OLE color: 14365136.

HSL color Cylindrical-coordinate representation of color #D031DB: hue angle of 296.12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D031DB is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 49 219 -
CMYK 0.05 0.78 0 0.14
HSL 296.12º 0.7% 0.53% -
HSV(B) 296.12º 0.78% 0.86% -
XYZ 39.9 20.72 68.91 -
YUV 115.92 186.18 193.68 -
System Red Green Blue C M Y K H S L
Decimal 208 49 219 0.05 0.78 0 0.14 296.12 0.7 0.53
Hex D0 31 DB 5 4E 0 E 128 46 35
Octal 320 61 333 5 116 0 16 450 106 65
Binary 11010000 110001 11011011 101 1001110 0 1110 100101000 1000110 110101

Color Harmonies of #D031DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031DB

Black with #D031DB

Text Example


Text Example

White with #D031DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031DB; }

 p { color: rgb(208,49,219); }

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

background-color css

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

 a { background-color: rgb(208,49,219); }

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

border-color css

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

 span { border-color: rgb(208,49,219); }

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