Html Css Color HEX #D966FA Heliotrope

📋 copy color: '#D966FA'

red 217 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #D966FA

Tints of Heliotrope #D966FA

RGB

 RED value IS 217 (85.16% from 255) = 38.14%

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

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

R = 38.14%
G = 17.93%
B = 43.94%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D966FA (or 0xD966FA) is known color: Heliotrope. HEX triplet: D9, 66 and FA. RGB value is (217,102,250). Sum of RGB (Red+Green+Blue) = 217+102+250=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #D966FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D966FA is #269905. Grayscale: #989898. Windows color (decimal): -2529542 or 16410329. OLE color: 16410329.

HSL color Cylindrical-coordinate representation of color #D966FA: hue angle of 286.62º 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 #D966FA is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 102 250 -
CMYK 0.13 0.59 0 0.02
HSL 286.62º 0.94% 0.69% -
HSV(B) 286.62º 0.59% 0.98% -
XYZ 50.62 31.16 93.79 -
YUV 153.26 182.6 173.47 -
System Red Green Blue C M Y K H S L
Decimal 217 102 250 0.13 0.59 0 0.02 286.62 0.94 0.69
Hex D9 66 FA D 3B 0 2 11F 5E 45
Octal 331 146 372 15 73 0 2 437 136 105
Binary 11011001 1100110 11111010 1101 111011 0 10 100011111 1011110 1000101

Color Harmonies of #D966FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966FA

Black with #D966FA

Text Example


Text Example

White with #D966FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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