Html Css Color HEX #D668EB Heliotrope

📋 copy color: '#D668EB'

red 214 ◦ green 104 ◦ blue 235

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

Shades of Heliotrope #D668EB

Tints of Heliotrope #D668EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.5%

R = 38.7%
G = 18.81%
B = 42.5%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D668EB (or 0xD668EB) is known color: Heliotrope. HEX triplet: D6, 68 and EB. RGB value is (214,104,235). Sum of RGB (Red+Green+Blue) = 214+104+235=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #D668EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D668EB is #299714. Grayscale: #979797. Windows color (decimal): -2725653 or 15427798. OLE color: 15427798.

HSL color Cylindrical-coordinate representation of color #D668EB: hue angle of 290.38º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D668EB is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 104 235 -
CMYK 0.09 0.56 0 0.08
HSL 290.38º 0.77% 0.66% -
HSV(B) 290.38º 0.56% 0.92% -
XYZ 47.68 30.19 81.91 -
YUV 151.82 174.94 172.35 -
System Red Green Blue C M Y K H S L
Decimal 214 104 235 0.09 0.56 0 0.08 290.38 0.77 0.66
Hex D6 68 EB 9 38 0 8 122 4D 42
Octal 326 150 353 11 70 0 10 442 115 102
Binary 11010110 1101000 11101011 1001 111000 0 1000 100100010 1001101 1000010

Color Harmonies of #D668EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668EB

Black with #D668EB

Text Example


Text Example

White with #D668EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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