Html Css Color HEX #D359FE Heliotrope

📋 copy color: '#D359FE'

red 211 ◦ green 89 ◦ blue 254

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

Shades of Heliotrope #D359FE

Tints of Heliotrope #D359FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.06%

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 38.09%
G = 16.06%
B = 45.85%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D359FE (or 0xD359FE) is known color: Heliotrope. HEX triplet: D3, 59 and FE. RGB value is (211,89,254). Sum of RGB (Red+Green+Blue) = 211+89+254=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 89 (35.16% from 255 or 16.06% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #D359FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D359FE is #2CA601. Grayscale: #8F8F8F. Windows color (decimal): -2926082 or 16669139. OLE color: 16669139.

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

Color convert

RGB 211 89 254 -
CMYK 0.17 0.65 0 0.00
HSL 284.36º 0.99% 0.67% -
HSV(B) 284.36º 0.65% 1% -
XYZ 48.33 28.15 96.65 -
YUV 144.29 189.92 175.58 -
System Red Green Blue C M Y K H S L
Decimal 211 89 254 0.17 0.65 0 0.00 284.36 0.99 0.67
Hex D3 59 FE 11 41 0 0 11C 63 43
Octal 323 131 376 21 101 0 0 434 143 103
Binary 11010011 1011001 11111110 10001 1000001 0 0 100011100 1100011 1000011

Color Harmonies of #D359FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D359FE

Black with #D359FE

Text Example


Text Example

White with #D359FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D359FE; }

 p { color: rgb(211,89,254); }

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

background-color css

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

 a { background-color: rgb(211,89,254); }

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

border-color css

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

 span { border-color: rgb(211,89,254); }

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