Html Css Color HEX #D349FF Heliotrope

📋 copy color: '#D349FF'

red 211 ◦ green 73 ◦ blue 255

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

Shades of Heliotrope #D349FF

Tints of Heliotrope #D349FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.31%

R = 39.15%
G = 13.54%
B = 47.31%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D349FF (or 0xD349FF) is known color: Heliotrope. HEX triplet: D3, 49 and FF. RGB value is (211,73,255). Sum of RGB (Red+Green+Blue) = 211+73+255=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #D349FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D349FF is #2CB600. Grayscale: #868686. Windows color (decimal): -2930177 or 16730579. OLE color: 16730579.

HSL color Cylindrical-coordinate representation of color #D349FF: hue angle of 285.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D349FF is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 73 255 -
CMYK 0.17 0.71 0 0
HSL 285.49º 1% 0.64% -
HSV(B) 285.49º 0.71% 1% -
XYZ 47.3 25.83 97.1 -
YUV 135.01 195.72 182.2 -
System Red Green Blue C M Y K H S L
Decimal 211 73 255 0.17 0.71 0 0 285.49 1 0.64
Hex D3 49 FF 11 47 0 0 11D 64 40
Octal 323 111 377 21 107 0 0 435 144 100
Binary 11010011 1001001 11111111 10001 1000111 0 0 100011101 1100100 1000000

Color Harmonies of #D349FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D349FF

Black with #D349FF

Text Example


Text Example

White with #D349FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D349FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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