Html Css Color HEX #D966F1 Heliotrope

📋 copy color: '#D966F1'

red 217 ◦ green 102 ◦ blue 241

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

Shades of Heliotrope #D966F1

Tints of Heliotrope #D966F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.04%

R = 38.75%
G = 18.21%
B = 43.04%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D966F1 (or 0xD966F1) is known color: Heliotrope. HEX triplet: D9, 66 and F1. RGB value is (217,102,241). Sum of RGB (Red+Green+Blue) = 217+102+241=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #D966F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D966F1 is #26990E. Grayscale: #979797. Windows color (decimal): -2529551 or 15820505. OLE color: 15820505.

HSL color Cylindrical-coordinate representation of color #D966F1: hue angle of 289.64º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D966F1 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 102 241 -
CMYK 0.10 0.58 0 0.05
HSL 289.64º 0.83% 0.67% -
HSV(B) 289.64º 0.58% 0.95% -
XYZ 49.24 30.61 86.53 -
YUV 152.23 178.1 174.2 -
System Red Green Blue C M Y K H S L
Decimal 217 102 241 0.10 0.58 0 0.05 289.64 0.83 0.67
Hex D9 66 F1 A 3A 0 5 122 53 43
Octal 331 146 361 12 72 0 5 442 123 103
Binary 11011001 1100110 11110001 1010 111010 0 101 100100010 1010011 1000011

Color Harmonies of #D966F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966F1

Black with #D966F1

Text Example


Text Example

White with #D966F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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