Html Css Color HEX #D349F9 Heliotrope

📋 copy color: '#D349F9'

red 211 ◦ green 73 ◦ blue 249

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

Shades of Heliotrope #D349F9

Tints of Heliotrope #D349F9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.7%

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

R = 39.59%
G = 13.7%
B = 46.72%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D349F9 (or 0xD349F9) is known color: Heliotrope. HEX triplet: D3, 49 and F9. RGB value is (211,73,249). Sum of RGB (Red+Green+Blue) = 211+73+249=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #D349F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D349F9 is #2CB606. Grayscale: #858585. Windows color (decimal): -2930183 or 16337363. OLE color: 16337363.

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

Color convert

RGB 211 73 249 -
CMYK 0.15 0.71 0 0.02
HSL 287.05º 0.94% 0.63% -
HSV(B) 287.05º 0.71% 0.98% -
XYZ 46.35 25.45 92.09 -
YUV 134.33 192.72 182.69 -
System Red Green Blue C M Y K H S L
Decimal 211 73 249 0.15 0.71 0 0.02 287.05 0.94 0.63
Hex D3 49 F9 F 47 0 2 11F 5E 3F
Octal 323 111 371 17 107 0 2 437 136 77
Binary 11010011 1001001 11111001 1111 1000111 0 10 100011111 1011110 111111

Color Harmonies of #D349F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D349F9

Black with #D349F9

Text Example


Text Example

White with #D349F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D349F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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