Html Css Color HEX #D042DB Medium Orchid

📋 copy color: '#D042DB'

red 208 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #D042DB

Tints of Medium Orchid #D042DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.39%

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

R = 42.19%
G = 13.39%
B = 44.42%

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

#D042DB (or 0xD042DB) is known color: Medium Orchid. HEX triplet: D0, 42 and DB. RGB value is (208,66,219). Sum of RGB (Red+Green+Blue) = 208+66+219=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #D042DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042DB is #2FBD24. Grayscale: #7D7D7D. Windows color (decimal): -3128613 or 14369488. OLE color: 14369488.

HSL color Cylindrical-coordinate representation of color #D042DB: hue angle of 295.69º 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 #D042DB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 66 219 -
CMYK 0.05 0.70 0 0.14
HSL 295.69º 0.68% 0.56% -
HSV(B) 295.69º 0.7% 0.86% -
XYZ 40.75 22.42 69.2 -
YUV 125.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 208 66 219 0.05 0.70 0 0.14 295.69 0.68 0.56
Hex D0 42 DB 5 46 0 E 128 44 38
Octal 320 102 333 5 106 0 16 450 104 70
Binary 11010000 1000010 11011011 101 1000110 0 1110 100101000 1000100 111000

Color Harmonies of #D042DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042DB

Black with #D042DB

Text Example


Text Example

White with #D042DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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