Html Css Color HEX #D668EF Heliotrope

📋 copy color: '#D668EF'

red 214 ◦ green 104 ◦ blue 239

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

Shades of Heliotrope #D668EF

Tints of Heliotrope #D668EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.67%

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

R = 38.42%
G = 18.67%
B = 42.91%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D668EF (or 0xD668EF) is known color: Heliotrope. HEX triplet: D6, 68 and EF. RGB value is (214,104,239). Sum of RGB (Red+Green+Blue) = 214+104+239=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #D668EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D668EF is #299710. Grayscale: #979797. Windows color (decimal): -2725649 or 15689942. OLE color: 15689942.

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

Color convert

RGB 214 104 239 -
CMYK 0.10 0.56 0 0.06
HSL 288.89º 0.81% 0.67% -
HSV(B) 288.89º 0.56% 0.94% -
XYZ 48.26 30.43 84.99 -
YUV 152.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 214 104 239 0.10 0.56 0 0.06 288.89 0.81 0.67
Hex D6 68 EF A 38 0 6 121 51 43
Octal 326 150 357 12 70 0 6 441 121 103
Binary 11010110 1101000 11101111 1010 111000 0 110 100100001 1010001 1000011

Color Harmonies of #D668EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668EF

Black with #D668EF

Text Example


Text Example

White with #D668EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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