Html Css Color HEX #D030DB Medium Orchid

📋 copy color: '#D030DB'

red 208 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #D030DB

Tints of Medium Orchid #D030DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.11%

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

R = 43.79%
G = 10.11%
B = 46.11%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D030DB (or 0xD030DB) is known color: Medium Orchid. HEX triplet: D0, 30 and DB. RGB value is (208,48,219). Sum of RGB (Red+Green+Blue) = 208+48+219=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #D030DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030DB is #2FCF24. Grayscale: #727272. Windows color (decimal): -3133221 or 14364880. OLE color: 14364880.

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

Color convert

RGB 208 48 219 -
CMYK 0.05 0.78 0 0.14
HSL 296.14º 0.7% 0.52% -
HSV(B) 296.14º 0.78% 0.86% -
XYZ 39.86 20.64 68.9 -
YUV 115.33 186.51 194.1 -
System Red Green Blue C M Y K H S L
Decimal 208 48 219 0.05 0.78 0 0.14 296.14 0.7 0.52
Hex D0 30 DB 5 4E 0 E 128 46 34
Octal 320 60 333 5 116 0 16 450 106 64
Binary 11010000 110000 11011011 101 1001110 0 1110 100101000 1000110 110100

Color Harmonies of #D030DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030DB

Black with #D030DB

Text Example


Text Example

White with #D030DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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