Html Css Color HEX #D034DB Medium Orchid

📋 copy color: '#D034DB'

red 208 ◦ green 52 ◦ blue 219

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

Shades of Medium Orchid #D034DB

Tints of Medium Orchid #D034DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.86%

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

R = 43.42%
G = 10.86%
B = 45.72%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D034DB (or 0xD034DB) is known color: Medium Orchid. HEX triplet: D0, 34 and DB. RGB value is (208,52,219). Sum of RGB (Red+Green+Blue) = 208+52+219=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #D034DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034DB is #2FCB24. Grayscale: #757575. Windows color (decimal): -3132197 or 14365904. OLE color: 14365904.

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

Color convert

RGB 208 52 219 -
CMYK 0.05 0.76 0 0.14
HSL 296.05º 0.7% 0.53% -
HSV(B) 296.05º 0.76% 0.86% -
XYZ 40.03 20.98 68.96 -
YUV 117.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 208 52 219 0.05 0.76 0 0.14 296.05 0.7 0.53
Hex D0 34 DB 5 4C 0 E 128 46 35
Octal 320 64 333 5 114 0 16 450 106 65
Binary 11010000 110100 11011011 101 1001100 0 1110 100101000 1000110 110101

Color Harmonies of #D034DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034DB

Black with #D034DB

Text Example


Text Example

White with #D034DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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