Html Css Color HEX #D666EF Heliotrope

📋 copy color: '#D666EF'

red 214 ◦ green 102 ◦ blue 239

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

Shades of Heliotrope #D666EF

Tints of Heliotrope #D666EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 38.56%
G = 18.38%
B = 43.06%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D666EF (or 0xD666EF) is known color: Heliotrope. HEX triplet: D6, 66 and EF. RGB value is (214,102,239). Sum of RGB (Red+Green+Blue) = 214+102+239=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #D666EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D666EF is #299910. Grayscale: #969696. Windows color (decimal): -2726161 or 15689430. OLE color: 15689430.

HSL color Cylindrical-coordinate representation of color #D666EF: hue angle of 289.05º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D666EF is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 102 239 -
CMYK 0.10 0.57 0 0.06
HSL 289.05º 0.81% 0.67% -
HSV(B) 289.05º 0.57% 0.94% -
XYZ 48.06 30.03 84.92 -
YUV 151.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 214 102 239 0.10 0.57 0 0.06 289.05 0.81 0.67
Hex D6 66 EF A 39 0 6 121 51 43
Octal 326 146 357 12 71 0 6 441 121 103
Binary 11010110 1100110 11101111 1010 111001 0 110 100100001 1010001 1000011

Color Harmonies of #D666EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666EF

Black with #D666EF

Text Example


Text Example

White with #D666EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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