Html Css Color HEX #D035DB Medium Orchid

📋 copy color: '#D035DB'

red 208 ◦ green 53 ◦ blue 219

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

Shades of Medium Orchid #D035DB

Tints of Medium Orchid #D035DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.04%

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

R = 43.33%
G = 11.04%
B = 45.63%

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

#D035DB (or 0xD035DB) is known color: Medium Orchid. HEX triplet: D0, 35 and DB. RGB value is (208,53,219). Sum of RGB (Red+Green+Blue) = 208+53+219=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 53 (21.09% from 255 or 11.04% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #D035DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D035DB is #2FCA24. Grayscale: #757575. Windows color (decimal): -3131941 or 14366160. OLE color: 14366160.

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

Color convert

RGB 208 53 219 -
CMYK 0.05 0.76 0 0.14
HSL 296.02º 0.7% 0.53% -
HSV(B) 296.02º 0.76% 0.86% -
XYZ 40.07 21.07 68.97 -
YUV 118.27 184.85 192 -
System Red Green Blue C M Y K H S L
Decimal 208 53 219 0.05 0.76 0 0.14 296.02 0.7 0.53
Hex D0 35 DB 5 4C 0 E 128 46 35
Octal 320 65 333 5 114 0 16 450 106 65
Binary 11010000 110101 11011011 101 1001100 0 1110 100101000 1000110 110101

Color Harmonies of #D035DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035DB

Black with #D035DB

Text Example


Text Example

White with #D035DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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