Html Css Color HEX #D164EB Heliotrope

📋 copy color: '#D164EB'

red 209 ◦ green 100 ◦ blue 235

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

Shades of Heliotrope #D164EB

Tints of Heliotrope #D164EB

RGB

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

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

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

R = 38.42%
G = 18.38%
B = 43.2%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D164EB (or 0xD164EB) is known color: Heliotrope. HEX triplet: D1, 64 and EB. RGB value is (209,100,235). Sum of RGB (Red+Green+Blue) = 209+100+235=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #D164EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D164EB is #2E9B14. Grayscale: #939393. Windows color (decimal): -3054357 or 15426769. OLE color: 15426769.

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

Color convert

RGB 209 100 235 -
CMYK 0.11 0.57 0 0.08
HSL 288.44º 0.77% 0.66% -
HSV(B) 288.44º 0.57% 0.92% -
XYZ 45.85 28.67 81.71 -
YUV 147.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 209 100 235 0.11 0.57 0 0.08 288.44 0.77 0.66
Hex D1 64 EB B 39 0 8 120 4D 42
Octal 321 144 353 13 71 0 10 440 115 102
Binary 11010001 1100100 11101011 1011 111001 0 1000 100100000 1001101 1000010

Color Harmonies of #D164EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D164EB

Black with #D164EB

Text Example


Text Example

White with #D164EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D164EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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