Html Css Color HEX #D164EE Heliotrope

📋 copy color: '#D164EE'

red 209 ◦ green 100 ◦ blue 238

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

Shades of Heliotrope #D164EE

Tints of Heliotrope #D164EE

RGB

 RED value IS 209 (82.03% from 255) = 38.21%

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

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

R = 38.21%
G = 18.28%
B = 43.51%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D164EE (or 0xD164EE) is known color: Heliotrope. HEX triplet: D1, 64 and EE. RGB value is (209,100,238). Sum of RGB (Red+Green+Blue) = 209+100+238=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #D164EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D164EE is #2E9B11. Grayscale: #939393. Windows color (decimal): -3054354 or 15623377. OLE color: 15623377.

HSL color Cylindrical-coordinate representation of color #D164EE: hue angle of 287.39º 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 #D164EE is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 100 238 -
CMYK 0.12 0.58 0 0.07
HSL 287.39º 0.8% 0.66% -
HSV(B) 287.39º 0.58% 0.93% -
XYZ 46.28 28.84 84.02 -
YUV 148.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 209 100 238 0.12 0.58 0 0.07 287.39 0.8 0.66
Hex D1 64 EE C 3A 0 7 11F 50 42
Octal 321 144 356 14 72 0 7 437 120 102
Binary 11010001 1100100 11101110 1100 111010 0 111 100011111 1010000 1000010

Color Harmonies of #D164EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D164EE

Black with #D164EE

Text Example


Text Example

White with #D164EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D164EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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