Html Css Color HEX #D037DB Medium Orchid

📋 copy color: '#D037DB'

red 208 ◦ green 55 ◦ blue 219

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

Shades of Medium Orchid #D037DB

Tints of Medium Orchid #D037DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.41%

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

R = 43.15%
G = 11.41%
B = 45.44%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D037DB (or 0xD037DB) is known color: Medium Orchid. HEX triplet: D0, 37 and DB. RGB value is (208,55,219). Sum of RGB (Red+Green+Blue) = 208+55+219=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #D037DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D037DB is #2FC824. Grayscale: #767676. Windows color (decimal): -3131429 or 14366672. OLE color: 14366672.

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

Color convert

RGB 208 55 219 -
CMYK 0.05 0.75 0 0.14
HSL 295.98º 0.69% 0.54% -
HSV(B) 295.98º 0.75% 0.86% -
XYZ 40.16 21.26 69 -
YUV 119.44 184.19 191.16 -
System Red Green Blue C M Y K H S L
Decimal 208 55 219 0.05 0.75 0 0.14 295.98 0.69 0.54
Hex D0 37 DB 5 4B 0 E 128 45 36
Octal 320 67 333 5 113 0 16 450 105 66
Binary 11010000 110111 11011011 101 1001011 0 1110 100101000 1000101 110110

Color Harmonies of #D037DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037DB

Black with #D037DB

Text Example


Text Example

White with #D037DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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