Html Css Color HEX #D666F5 Heliotrope

📋 copy color: '#D666F5'

red 214 ◦ green 102 ◦ blue 245

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

Shades of Heliotrope #D666F5

Tints of Heliotrope #D666F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.67%

R = 38.15%
G = 18.18%
B = 43.67%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D666F5 (or 0xD666F5) is known color: Heliotrope. HEX triplet: D6, 66 and F5. RGB value is (214,102,245). Sum of RGB (Red+Green+Blue) = 214+102+245=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #D666F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D666F5 is #29990A. Grayscale: #979797. Windows color (decimal): -2726155 or 16082646. OLE color: 16082646.

HSL color Cylindrical-coordinate representation of color #D666F5: hue angle of 286.99º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D666F5 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 102 245 -
CMYK 0.13 0.58 0 0.04
HSL 286.99º 0.88% 0.68% -
HSV(B) 286.99º 0.58% 0.96% -
XYZ 48.96 30.39 89.67 -
YUV 151.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 214 102 245 0.13 0.58 0 0.04 286.99 0.88 0.68
Hex D6 66 F5 D 3A 0 4 11F 58 44
Octal 326 146 365 15 72 0 4 437 130 104
Binary 11010110 1100110 11110101 1101 111010 0 100 100011111 1011000 1000100

Color Harmonies of #D666F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666F5

Black with #D666F5

Text Example


Text Example

White with #D666F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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