Html Css Color HEX #D364FE Heliotrope

📋 copy color: '#D364FE'

red 211 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #D364FE

Tints of Heliotrope #D364FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.7%

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

R = 37.35%
G = 17.7%
B = 44.96%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D364FE (or 0xD364FE) is known color: Heliotrope. HEX triplet: D3, 64 and FE. RGB value is (211,100,254). Sum of RGB (Red+Green+Blue) = 211+100+254=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 100 (39.45% from 255 or 17.70% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #D364FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D364FE is #2C9B01. Grayscale: #969696. Windows color (decimal): -2923266 or 16671955. OLE color: 16671955.

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

Color convert

RGB 211 100 254 -
CMYK 0.17 0.61 0 0.00
HSL 283.25º 0.99% 0.69% -
HSV(B) 283.25º 0.61% 1% -
XYZ 49.31 30.12 96.98 -
YUV 150.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 211 100 254 0.17 0.61 0 0.00 283.25 0.99 0.69
Hex D3 64 FE 11 3D 0 0 11B 63 45
Octal 323 144 376 21 75 0 0 433 143 105
Binary 11010011 1100100 11111110 10001 111101 0 0 100011011 1100011 1000101

Color Harmonies of #D364FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D364FE

Black with #D364FE

Text Example


Text Example

White with #D364FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D364FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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