Html Css Color HEX #D041DB Medium Orchid

📋 copy color: '#D041DB'

red 208 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #D041DB

Tints of Medium Orchid #D041DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.21%

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

R = 42.28%
G = 13.21%
B = 44.51%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D041DB (or 0xD041DB) is known color: Medium Orchid. HEX triplet: D0, 41 and DB. RGB value is (208,65,219). Sum of RGB (Red+Green+Blue) = 208+65+219=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #D041DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041DB is #2FBE24. Grayscale: #7C7C7C. Windows color (decimal): -3128869 or 14369232. OLE color: 14369232.

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

Color convert

RGB 208 65 219 -
CMYK 0.05 0.70 0 0.14
HSL 295.71º 0.68% 0.56% -
HSV(B) 295.71º 0.7% 0.86% -
XYZ 40.69 22.3 69.18 -
YUV 125.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 208 65 219 0.05 0.70 0 0.14 295.71 0.68 0.56
Hex D0 41 DB 5 46 0 E 128 44 38
Octal 320 101 333 5 106 0 16 450 104 70
Binary 11010000 1000001 11011011 101 1000110 0 1110 100101000 1000100 111000

Color Harmonies of #D041DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041DB

Black with #D041DB

Text Example


Text Example

White with #D041DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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