Html Css Color HEX #D032DB Medium Orchid

📋 copy color: '#D032DB'

red 208 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #D032DB

Tints of Medium Orchid #D032DB

RGB

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

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

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

R = 43.61%
G = 10.48%
B = 45.91%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D032DB (or 0xD032DB) is known color: Medium Orchid. HEX triplet: D0, 32 and DB. RGB value is (208,50,219). Sum of RGB (Red+Green+Blue) = 208+50+219=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #D032DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032DB is #2FCD24. Grayscale: #737373. Windows color (decimal): -3132709 or 14365392. OLE color: 14365392.

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

Color convert

RGB 208 50 219 -
CMYK 0.05 0.77 0 0.14
HSL 296.09º 0.7% 0.53% -
HSV(B) 296.09º 0.77% 0.86% -
XYZ 39.94 20.81 68.93 -
YUV 116.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 208 50 219 0.05 0.77 0 0.14 296.09 0.7 0.53
Hex D0 32 DB 5 4D 0 E 128 46 35
Octal 320 62 333 5 115 0 16 450 106 65
Binary 11010000 110010 11011011 101 1001101 0 1110 100101000 1000110 110101

Color Harmonies of #D032DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032DB

Black with #D032DB

Text Example


Text Example

White with #D032DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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