Html Css Color HEX #D365FE Heliotrope

📋 copy color: '#D365FE'

red 211 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #D365FE

Tints of Heliotrope #D365FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.84%

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

R = 37.28%
G = 17.84%
B = 44.88%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D365FE (or 0xD365FE) is known color: Heliotrope. HEX triplet: D3, 65 and FE. RGB value is (211,101,254). Sum of RGB (Red+Green+Blue) = 211+101+254=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #D365FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D365FE is #2C9A01. Grayscale: #969696. Windows color (decimal): -2923010 or 16672211. OLE color: 16672211.

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

Color convert

RGB 211 101 254 -
CMYK 0.17 0.60 0 0.00
HSL 283.14º 0.99% 0.7% -
HSV(B) 283.14º 0.6% 1% -
XYZ 49.41 30.31 97.01 -
YUV 151.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 211 101 254 0.17 0.60 0 0.00 283.14 0.99 0.7
Hex D3 65 FE 11 3C 0 0 11B 63 46
Octal 323 145 376 21 74 0 0 433 143 106
Binary 11010011 1100101 11111110 10001 111100 0 0 100011011 1100011 1000110

Color Harmonies of #D365FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D365FE

Black with #D365FE

Text Example


Text Example

White with #D365FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D365FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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