Html Css Color HEX #D666F1 Heliotrope

📋 copy color: '#D666F1'

red 214 ◦ green 102 ◦ blue 241

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

Shades of Heliotrope #D666F1

Tints of Heliotrope #D666F1

RGB

 RED value IS 214 (83.98% from 255) = 38.42%

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

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

R = 38.42%
G = 18.31%
B = 43.27%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D666F1 (or 0xD666F1) is known color: Heliotrope. HEX triplet: D6, 66 and F1. RGB value is (214,102,241). Sum of RGB (Red+Green+Blue) = 214+102+241=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #D666F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D666F1 is #29990E. Grayscale: #969696. Windows color (decimal): -2726159 or 15820502. OLE color: 15820502.

HSL color Cylindrical-coordinate representation of color #D666F1: hue angle of 288.35º 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 #D666F1 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 102 241 -
CMYK 0.11 0.58 0 0.05
HSL 288.35º 0.83% 0.67% -
HSV(B) 288.35º 0.58% 0.95% -
XYZ 48.36 30.15 86.49 -
YUV 151.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 214 102 241 0.11 0.58 0 0.05 288.35 0.83 0.67
Hex D6 66 F1 B 3A 0 5 120 53 43
Octal 326 146 361 13 72 0 5 440 123 103
Binary 11010110 1100110 11110001 1011 111010 0 101 100100000 1010011 1000011

Color Harmonies of #D666F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666F1

Black with #D666F1

Text Example


Text Example

White with #D666F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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