Html Css Color HEX #D041F9 Medium Orchid

📋 copy color: '#D041F9'

red 208 ◦ green 65 ◦ blue 249

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

Shades of Medium Orchid #D041F9

Tints of Medium Orchid #D041F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.7%

R = 39.85%
G = 12.45%
B = 47.7%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D041F9 (or 0xD041F9) is known color: Medium Orchid. HEX triplet: D0, 41 and F9. RGB value is (208,65,249). Sum of RGB (Red+Green+Blue) = 208+65+249=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 65 (25.78% from 255 or 12.45% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #D041F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D041F9 is #2FBE06. Grayscale: #808080. Windows color (decimal): -3128839 or 16335312. OLE color: 16335312.

HSL color Cylindrical-coordinate representation of color #D041F9: hue angle of 286.63º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D041F9 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 65 249 -
CMYK 0.16 0.74 0 0.02
HSL 286.63º 0.94% 0.62% -
HSV(B) 286.63º 0.74% 0.98% -
XYZ 45 24.03 91.89 -
YUV 128.73 195.88 184.54 -
System Red Green Blue C M Y K H S L
Decimal 208 65 249 0.16 0.74 0 0.02 286.63 0.94 0.62
Hex D0 41 F9 10 4A 0 2 11F 5E 3E
Octal 320 101 371 20 112 0 2 437 136 76
Binary 11010000 1000001 11111001 10000 1001010 0 10 100011111 1011110 111110

Color Harmonies of #D041F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041F9

Black with #D041F9

Text Example


Text Example

White with #D041F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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