Html Css Color HEX #D564EF Heliotrope

📋 copy color: '#D564EF'

red 213 ◦ green 100 ◦ blue 239

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

Shades of Heliotrope #D564EF

Tints of Heliotrope #D564EF

RGB

 RED value IS 213 (83.59% from 255) = 38.59%

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

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

R = 38.59%
G = 18.12%
B = 43.3%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D564EF (or 0xD564EF) is known color: Heliotrope. HEX triplet: D5, 64 and EF. RGB value is (213,100,239). Sum of RGB (Red+Green+Blue) = 213+100+239=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #D564EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D564EF is #2A9B10. Grayscale: #959595. Windows color (decimal): -2792209 or 15688917. OLE color: 15688917.

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

Color convert

RGB 213 100 239 -
CMYK 0.11 0.58 0 0.06
HSL 288.78º 0.81% 0.66% -
HSV(B) 288.78º 0.58% 0.94% -
XYZ 47.58 29.49 84.85 -
YUV 149.63 178.44 173.2 -
System Red Green Blue C M Y K H S L
Decimal 213 100 239 0.11 0.58 0 0.06 288.78 0.81 0.66
Hex D5 64 EF B 3A 0 6 121 51 42
Octal 325 144 357 13 72 0 6 441 121 102
Binary 11010101 1100100 11101111 1011 111010 0 110 100100001 1010001 1000010

Color Harmonies of #D564EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564EF

Black with #D564EF

Text Example


Text Example

White with #D564EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564EF; }

 p { color: rgb(213,100,239); }

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

background-color css

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

 a { background-color: rgb(213,100,239); }

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

border-color css

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

 span { border-color: rgb(213,100,239); }

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