Html Css Color HEX #D044DB Medium Orchid

📋 copy color: '#D044DB'

red 208 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #D044DB

Tints of Medium Orchid #D044DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.74%

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

R = 42.02%
G = 13.74%
B = 44.24%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D044DB (or 0xD044DB) is known color: Medium Orchid. HEX triplet: D0, 44 and DB. RGB value is (208,68,219). Sum of RGB (Red+Green+Blue) = 208+68+219=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #D044DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044DB is #2FBB24. Grayscale: #7E7E7E. Windows color (decimal): -3128101 or 14370000. OLE color: 14370000.

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

Color convert

RGB 208 68 219 -
CMYK 0.05 0.69 0 0.14
HSL 295.63º 0.68% 0.56% -
HSV(B) 295.63º 0.69% 0.86% -
XYZ 40.87 22.66 69.24 -
YUV 127.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 208 68 219 0.05 0.69 0 0.14 295.63 0.68 0.56
Hex D0 44 DB 5 45 0 E 128 44 38
Octal 320 104 333 5 105 0 16 450 104 70
Binary 11010000 1000100 11011011 101 1000101 0 1110 100101000 1000100 111000

Color Harmonies of #D044DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044DB

Black with #D044DB

Text Example


Text Example

White with #D044DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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