Html Css Color HEX #D043DB Medium Orchid

📋 copy color: '#D043DB'

red 208 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #D043DB

Tints of Medium Orchid #D043DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.56%

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

R = 42.11%
G = 13.56%
B = 44.33%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D043DB (or 0xD043DB) is known color: Medium Orchid. HEX triplet: D0, 43 and DB. RGB value is (208,67,219). Sum of RGB (Red+Green+Blue) = 208+67+219=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #D043DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043DB is #2FBC24. Grayscale: #7E7E7E. Windows color (decimal): -3128357 or 14369744. OLE color: 14369744.

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

Color convert

RGB 208 67 219 -
CMYK 0.05 0.69 0 0.14
HSL 295.66º 0.68% 0.56% -
HSV(B) 295.66º 0.69% 0.86% -
XYZ 40.81 22.54 69.22 -
YUV 126.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 208 67 219 0.05 0.69 0 0.14 295.66 0.68 0.56
Hex D0 43 DB 5 45 0 E 128 44 38
Octal 320 103 333 5 105 0 16 450 104 70
Binary 11010000 1000011 11011011 101 1000101 0 1110 100101000 1000100 111000

Color Harmonies of #D043DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D043DB

Black with #D043DB

Text Example


Text Example

White with #D043DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D043DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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