Html Css Color HEX #D664EE Heliotrope

📋 copy color: '#D664EE'

red 214 ◦ green 100 ◦ blue 238

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

Shades of Heliotrope #D664EE

Tints of Heliotrope #D664EE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.12%

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

R = 38.77%
G = 18.12%
B = 43.12%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D664EE (or 0xD664EE) is known color: Heliotrope. HEX triplet: D6, 64 and EE. RGB value is (214,100,238). Sum of RGB (Red+Green+Blue) = 214+100+238=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #D664EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D664EE is #299B11. Grayscale: #959595. Windows color (decimal): -2726674 or 15623382. OLE color: 15623382.

HSL color Cylindrical-coordinate representation of color #D664EE: hue angle of 289.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D664EE is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 100 238 -
CMYK 0.10 0.58 0 0.07
HSL 289.57º 0.8% 0.66% -
HSV(B) 289.57º 0.58% 0.93% -
XYZ 47.72 29.58 84.08 -
YUV 149.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 214 100 238 0.10 0.58 0 0.07 289.57 0.8 0.66
Hex D6 64 EE A 3A 0 7 122 50 42
Octal 326 144 356 12 72 0 7 442 120 102
Binary 11010110 1100100 11101110 1010 111010 0 111 100100010 1010000 1000010

Color Harmonies of #D664EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664EE

Black with #D664EE

Text Example


Text Example

White with #D664EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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