Html Css Color HEX #D041DA Medium Orchid

📋 copy color: '#D041DA'

red 208 ◦ green 65 ◦ blue 218

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

Shades of Medium Orchid #D041DA

Tints of Medium Orchid #D041DA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.24%

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

R = 42.36%
G = 13.24%
B = 44.4%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D041DA (or 0xD041DA) is known color: Medium Orchid. HEX triplet: D0, 41 and DA. RGB value is (208,65,218). Sum of RGB (Red+Green+Blue) = 208+65+218=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #D041DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041DA is #2FBE25. Grayscale: #7C7C7C. Windows color (decimal): -3128870 or 14303696. OLE color: 14303696.

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

Color convert

RGB 208 65 218 -
CMYK 0.05 0.70 0 0.15
HSL 296.08º 0.67% 0.55% -
HSV(B) 296.08º 0.7% 0.85% -
XYZ 40.56 22.25 68.49 -
YUV 125.2 180.38 187.06 -
System Red Green Blue C M Y K H S L
Decimal 208 65 218 0.05 0.70 0 0.15 296.08 0.67 0.55
Hex D0 41 DA 5 46 0 F 128 43 37
Octal 320 101 332 5 106 0 17 450 103 67
Binary 11010000 1000001 11011010 101 1000110 0 1111 100101000 1000011 110111

Color Harmonies of #D041DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041DA

Black with #D041DA

Text Example


Text Example

White with #D041DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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