Html Css Color HEX #D366FD Heliotrope

📋 copy color: '#D366FD'

red 211 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #D366FD

Tints of Heliotrope #D366FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.02%

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

R = 37.28%
G = 18.02%
B = 44.7%

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

#D366FD (or 0xD366FD) is known color: Heliotrope. HEX triplet: D3, 66 and FD. RGB value is (211,102,253). Sum of RGB (Red+Green+Blue) = 211+102+253=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #D366FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D366FD is #2C9902. Grayscale: #979797. Windows color (decimal): -2922755 or 16606931. OLE color: 16606931.

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

Color convert

RGB 211 102 253 -
CMYK 0.17 0.60 0 0.01
HSL 283.31º 0.97% 0.7% -
HSV(B) 283.31º 0.6% 0.99% -
XYZ 49.34 30.44 96.2 -
YUV 151.81 185.11 170.22 -
System Red Green Blue C M Y K H S L
Decimal 211 102 253 0.17 0.60 0 0.01 283.31 0.97 0.7
Hex D3 66 FD 11 3C 0 1 11B 61 46
Octal 323 146 375 21 74 0 1 433 141 106
Binary 11010011 1100110 11111101 10001 111100 0 1 100011011 1100001 1000110

Color Harmonies of #D366FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D366FD

Black with #D366FD

Text Example


Text Example

White with #D366FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D366FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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