Html Css Color HEX #D344F9 Medium Orchid

📋 copy color: '#D344F9'

red 211 ◦ green 68 ◦ blue 249

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

Shades of Medium Orchid #D344F9

Tints of Medium Orchid #D344F9

RGB

 RED value IS 211 (82.81% from 255) = 39.96%

 GREEN value IS 68 (26.95% from 255) = 12.88%

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

R = 39.96%
G = 12.88%
B = 47.16%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D344F9 (or 0xD344F9) is known color: Medium Orchid. HEX triplet: D3, 44 and F9. RGB value is (211,68,249). Sum of RGB (Red+Green+Blue) = 211+68+249=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 68 (26.95% from 255 or 12.88% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #D344F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D344F9 is #2CBB06. Grayscale: #828282. Windows color (decimal): -2931463 or 16336083. OLE color: 16336083.

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

Color convert

RGB 211 68 249 -
CMYK 0.15 0.73 0 0.02
HSL 287.4º 0.94% 0.62% -
HSV(B) 287.4º 0.73% 0.98% -
XYZ 46.03 24.82 91.99 -
YUV 131.39 194.38 184.78 -
System Red Green Blue C M Y K H S L
Decimal 211 68 249 0.15 0.73 0 0.02 287.4 0.94 0.62
Hex D3 44 F9 F 49 0 2 11F 5E 3E
Octal 323 104 371 17 111 0 2 437 136 76
Binary 11010011 1000100 11111001 1111 1001001 0 10 100011111 1011110 111110

Color Harmonies of #D344F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D344F9

Black with #D344F9

Text Example


Text Example

White with #D344F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D344F9; }

 p { color: rgb(211,68,249); }

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

background-color css

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

 a { background-color: rgb(211,68,249); }

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

border-color css

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

 span { border-color: rgb(211,68,249); }

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