Html Css Color HEX #D364FD Heliotrope

📋 copy color: '#D364FD'

red 211 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #D364FD

Tints of Heliotrope #D364FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 37.41%
G = 17.73%
B = 44.86%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D364FD (or 0xD364FD) is known color: Heliotrope. HEX triplet: D3, 64 and FD. RGB value is (211,100,253). Sum of RGB (Red+Green+Blue) = 211+100+253=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 100 (39.45% from 255 or 17.73% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #D364FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D364FD is #2C9B02. Grayscale: #969696. Windows color (decimal): -2923267 or 16606419. OLE color: 16606419.

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

Color convert

RGB 211 100 253 -
CMYK 0.17 0.60 0 0.01
HSL 283.53º 0.97% 0.69% -
HSV(B) 283.53º 0.6% 0.99% -
XYZ 49.15 30.06 96.14 -
YUV 150.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 211 100 253 0.17 0.60 0 0.01 283.53 0.97 0.69
Hex D3 64 FD 11 3C 0 1 11C 61 45
Octal 323 144 375 21 74 0 1 434 141 105
Binary 11010011 1100100 11111101 10001 111100 0 1 100011100 1100001 1000101

Color Harmonies of #D364FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D364FD

Black with #D364FD

Text Example


Text Example

White with #D364FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D364FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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