Html Css Color HEX #D135DB Medium Orchid

📋 copy color: '#D135DB'

red 209 ◦ green 53 ◦ blue 219

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

Shades of Medium Orchid #D135DB

Tints of Medium Orchid #D135DB

RGB

 RED value IS 209 (82.03% from 255) = 43.45%

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

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

R = 43.45%
G = 11.02%
B = 45.53%

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

#D135DB (or 0xD135DB) is known color: Medium Orchid. HEX triplet: D1, 35 and DB. RGB value is (209,53,219). Sum of RGB (Red+Green+Blue) = 209+53+219=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #D135DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135DB is #2ECA24. Grayscale: #767676. Windows color (decimal): -3066405 or 14366161. OLE color: 14366161.

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

Color convert

RGB 209 53 219 -
CMYK 0.05 0.76 0 0.14
HSL 296.39º 0.7% 0.53% -
HSV(B) 296.39º 0.76% 0.86% -
XYZ 40.35 21.22 68.99 -
YUV 118.57 184.68 192.5 -
System Red Green Blue C M Y K H S L
Decimal 209 53 219 0.05 0.76 0 0.14 296.39 0.7 0.53
Hex D1 35 DB 5 4C 0 E 128 46 35
Octal 321 65 333 5 114 0 16 450 106 65
Binary 11010001 110101 11011011 101 1001100 0 1110 100101000 1000110 110101

Color Harmonies of #D135DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D135DB

Black with #D135DB

Text Example


Text Example

White with #D135DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D135DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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