Html Css Color HEX #D361FE Heliotrope

📋 copy color: '#D361FE'

red 211 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #D361FE

Tints of Heliotrope #D361FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.26%

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

R = 37.54%
G = 17.26%
B = 45.2%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D361FE (or 0xD361FE) is known color: Heliotrope. HEX triplet: D3, 61 and FE. RGB value is (211,97,254). Sum of RGB (Red+Green+Blue) = 211+97+254=562 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.54% from 562); Green value is 97 (38.28% from 255 or 17.26% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #D361FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D361FE is #2C9E01. Grayscale: #949494. Windows color (decimal): -2924034 or 16671187. OLE color: 16671187.

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

Color convert

RGB 211 97 254 -
CMYK 0.17 0.62 0 0.00
HSL 283.57º 0.99% 0.69% -
HSV(B) 283.57º 0.62% 1% -
XYZ 49.03 29.55 96.89 -
YUV 148.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 211 97 254 0.17 0.62 0 0.00 283.57 0.99 0.69
Hex D3 61 FE 11 3E 0 0 11C 63 45
Octal 323 141 376 21 76 0 0 434 143 105
Binary 11010011 1100001 11111110 10001 111110 0 0 100011100 1100011 1000101

Color Harmonies of #D361FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361FE

Black with #D361FE

Text Example


Text Example

White with #D361FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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