Html Css Color HEX #D043DA Medium Orchid

📋 copy color: '#D043DA'

red 208 ◦ green 67 ◦ blue 218

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

Shades of Medium Orchid #D043DA

Tints of Medium Orchid #D043DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 42.19%
G = 13.59%
B = 44.22%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D043DA (or 0xD043DA) is known color: Medium Orchid. HEX triplet: D0, 43 and DA. RGB value is (208,67,218). Sum of RGB (Red+Green+Blue) = 208+67+218=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #D043DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043DA is #2FBC25. Grayscale: #7D7D7D. Windows color (decimal): -3128358 or 14304208. OLE color: 14304208.

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

Color convert

RGB 208 67 218 -
CMYK 0.05 0.69 0 0.15
HSL 296.03º 0.67% 0.56% -
HSV(B) 296.03º 0.69% 0.85% -
XYZ 40.67 22.49 68.53 -
YUV 126.37 179.71 186.22 -
System Red Green Blue C M Y K H S L
Decimal 208 67 218 0.05 0.69 0 0.15 296.03 0.67 0.56
Hex D0 43 DA 5 45 0 F 128 43 38
Octal 320 103 332 5 105 0 17 450 103 70
Binary 11010000 1000011 11011010 101 1000101 0 1111 100101000 1000011 111000

Color Harmonies of #D043DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D043DA

Black with #D043DA

Text Example


Text Example

White with #D043DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D043DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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