Html Css Color HEX #D039DA Medium Orchid

📋 copy color: '#D039DA'

red 208 ◦ green 57 ◦ blue 218

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

Shades of Medium Orchid #D039DA

Tints of Medium Orchid #D039DA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.8%

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 43.06%
G = 11.8%
B = 45.13%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D039DA (or 0xD039DA) is known color: Medium Orchid. HEX triplet: D0, 39 and DA. RGB value is (208,57,218). Sum of RGB (Red+Green+Blue) = 208+57+218=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #D039DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039DA is #2FC625. Grayscale: #787878. Windows color (decimal): -3130918 or 14301648. OLE color: 14301648.

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

Color convert

RGB 208 57 218 -
CMYK 0.05 0.74 0 0.15
HSL 296.27º 0.69% 0.54% -
HSV(B) 296.27º 0.74% 0.85% -
XYZ 40.13 21.4 68.34 -
YUV 120.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 208 57 218 0.05 0.74 0 0.15 296.27 0.69 0.54
Hex D0 39 DA 5 4A 0 F 128 45 36
Octal 320 71 332 5 112 0 17 450 105 66
Binary 11010000 111001 11011010 101 1001010 0 1111 100101000 1000101 110110

Color Harmonies of #D039DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039DA

Black with #D039DA

Text Example


Text Example

White with #D039DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039DA; }

 p { color: rgb(208,57,218); }

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

background-color css

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

 a { background-color: rgb(208,57,218); }

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

border-color css

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

 span { border-color: rgb(208,57,218); }

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