Html Css Color HEX #D368FE Heliotrope

📋 copy color: '#D368FE'

red 211 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #D368FE

Tints of Heliotrope #D368FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.28%

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

R = 37.08%
G = 18.28%
B = 44.64%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D368FE (or 0xD368FE) is known color: Heliotrope. HEX triplet: D3, 68 and FE. RGB value is (211,104,254). Sum of RGB (Red+Green+Blue) = 211+104+254=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 104 (41.02% from 255 or 18.28% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #D368FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D368FE is #2C9701. Grayscale: #989898. Windows color (decimal): -2922242 or 16672979. OLE color: 16672979.

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

Color convert

RGB 211 104 254 -
CMYK 0.17 0.59 0 0.00
HSL 282.8º 0.99% 0.7% -
HSV(B) 282.8º 0.59% 1% -
XYZ 49.7 30.91 97.11 -
YUV 153.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 211 104 254 0.17 0.59 0 0.00 282.8 0.99 0.7
Hex D3 68 FE 11 3B 0 0 11B 63 46
Octal 323 150 376 21 73 0 0 433 143 106
Binary 11010011 1101000 11111110 10001 111011 0 0 100011011 1100011 1000110

Color Harmonies of #D368FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368FE

Black with #D368FE

Text Example


Text Example

White with #D368FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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