Html Css Color HEX #D038DA Medium Orchid

📋 copy color: '#D038DA'

red 208 ◦ green 56 ◦ blue 218

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

Shades of Medium Orchid #D038DA

Tints of Medium Orchid #D038DA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.62%

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

R = 43.15%
G = 11.62%
B = 45.23%

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

#D038DA (or 0xD038DA) is known color: Medium Orchid. HEX triplet: D0, 38 and DA. RGB value is (208,56,218). Sum of RGB (Red+Green+Blue) = 208+56+218=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #D038DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038DA is #2FC725. Grayscale: #777777. Windows color (decimal): -3131174 or 14301392. OLE color: 14301392.

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

Color convert

RGB 208 56 218 -
CMYK 0.05 0.74 0 0.15
HSL 296.3º 0.69% 0.54% -
HSV(B) 296.3º 0.74% 0.85% -
XYZ 40.08 21.3 68.33 -
YUV 119.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 208 56 218 0.05 0.74 0 0.15 296.3 0.69 0.54
Hex D0 38 DA 5 4A 0 F 128 45 36
Octal 320 70 332 5 112 0 17 450 105 66
Binary 11010000 111000 11011010 101 1001010 0 1111 100101000 1000101 110110

Color Harmonies of #D038DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038DA

Black with #D038DA

Text Example


Text Example

White with #D038DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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