Html Css Color HEX #D660EE Heliotrope

📋 copy color: '#D660EE'

red 214 ◦ green 96 ◦ blue 238

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

Shades of Heliotrope #D660EE

Tints of Heliotrope #D660EE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.52%

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 39.05%
G = 17.52%
B = 43.43%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D660EE (or 0xD660EE) is known color: Heliotrope. HEX triplet: D6, 60 and EE. RGB value is (214,96,238). Sum of RGB (Red+Green+Blue) = 214+96+238=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #D660EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D660EE is #299F11. Grayscale: #939393. Windows color (decimal): -2727698 or 15622358. OLE color: 15622358.

HSL color Cylindrical-coordinate representation of color #D660EE: hue angle of 289.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D660EE is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 96 238 -
CMYK 0.10 0.60 0 0.07
HSL 289.86º 0.81% 0.65% -
HSV(B) 289.86º 0.6% 0.93% -
XYZ 47.35 28.83 83.96 -
YUV 147.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 214 96 238 0.10 0.60 0 0.07 289.86 0.81 0.65
Hex D6 60 EE A 3C 0 7 122 51 41
Octal 326 140 356 12 74 0 7 442 121 101
Binary 11010110 1100000 11101110 1010 111100 0 111 100100010 1010001 1000001

Color Harmonies of #D660EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D660EE

Black with #D660EE

Text Example


Text Example

White with #D660EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D660EE; }

 p { color: rgb(214,96,238); }

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

background-color css

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

 a { background-color: rgb(214,96,238); }

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

border-color css

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

 span { border-color: rgb(214,96,238); }

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