Html Css Color HEX #D366FA Heliotrope

📋 copy color: '#D366FA'

red 211 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #D366FA

Tints of Heliotrope #D366FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 37.48%
G = 18.12%
B = 44.4%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D366FA (or 0xD366FA) is known color: Heliotrope. HEX triplet: D3, 66 and FA. RGB value is (211,102,250). Sum of RGB (Red+Green+Blue) = 211+102+250=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #D366FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D366FA is #2C9905. Grayscale: #969696. Windows color (decimal): -2922758 or 16410323. OLE color: 16410323.

HSL color Cylindrical-coordinate representation of color #D366FA: hue angle of 284.19º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D366FA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 102 250 -
CMYK 0.16 0.59 0 0.02
HSL 284.19º 0.94% 0.69% -
HSV(B) 284.19º 0.59% 0.98% -
XYZ 48.87 30.25 93.71 -
YUV 151.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 211 102 250 0.16 0.59 0 0.02 284.19 0.94 0.69
Hex D3 66 FA 10 3B 0 2 11C 5E 45
Octal 323 146 372 20 73 0 2 434 136 105
Binary 11010011 1100110 11111010 10000 111011 0 10 100011100 1011110 1000101

Color Harmonies of #D366FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D366FA

Black with #D366FA

Text Example


Text Example

White with #D366FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D366FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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