Html Css Color HEX #D040DB Medium Orchid

📋 copy color: '#D040DB'

red 208 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #D040DB

Tints of Medium Orchid #D040DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.03%

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

R = 42.36%
G = 13.03%
B = 44.6%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D040DB (or 0xD040DB) is known color: Medium Orchid. HEX triplet: D0, 40 and DB. RGB value is (208,64,219). Sum of RGB (Red+Green+Blue) = 208+64+219=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #D040DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040DB is #2FBF24. Grayscale: #7C7C7C. Windows color (decimal): -3129125 or 14368976. OLE color: 14368976.

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

Color convert

RGB 208 64 219 -
CMYK 0.05 0.71 0 0.14
HSL 295.74º 0.68% 0.55% -
HSV(B) 295.74º 0.71% 0.86% -
XYZ 40.63 22.19 69.16 -
YUV 124.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 208 64 219 0.05 0.71 0 0.14 295.74 0.68 0.55
Hex D0 40 DB 5 47 0 E 128 44 37
Octal 320 100 333 5 107 0 16 450 104 67
Binary 11010000 1000000 11011011 101 1000111 0 1110 100101000 1000100 110111

Color Harmonies of #D040DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040DB

Black with #D040DB

Text Example


Text Example

White with #D040DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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