Html Css Color HEX #D032DA Medium Orchid

📋 copy color: '#D032DA'

red 208 ◦ green 50 ◦ blue 218

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

Shades of Medium Orchid #D032DA

Tints of Medium Orchid #D032DA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.5%

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

R = 43.7%
G = 10.5%
B = 45.8%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D032DA (or 0xD032DA) is known color: Medium Orchid. HEX triplet: D0, 32 and DA. RGB value is (208,50,218). Sum of RGB (Red+Green+Blue) = 208+50+218=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #D032DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032DA is #2FCD25. Grayscale: #737373. Windows color (decimal): -3132710 or 14299856. OLE color: 14299856.

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

Color convert

RGB 208 50 218 -
CMYK 0.05 0.77 0 0.15
HSL 296.43º 0.69% 0.53% -
HSV(B) 296.43º 0.77% 0.85% -
XYZ 39.81 20.75 68.24 -
YUV 116.39 185.35 193.34 -
System Red Green Blue C M Y K H S L
Decimal 208 50 218 0.05 0.77 0 0.15 296.43 0.69 0.53
Hex D0 32 DA 5 4D 0 F 128 45 35
Octal 320 62 332 5 115 0 17 450 105 65
Binary 11010000 110010 11011010 101 1001101 0 1111 100101000 1000101 110101

Color Harmonies of #D032DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032DA

Black with #D032DA

Text Example


Text Example

White with #D032DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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