Html Css Color HEX #D564EA Heliotrope

📋 copy color: '#D564EA'

red 213 ◦ green 100 ◦ blue 234

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

Shades of Heliotrope #D564EA

Tints of Heliotrope #D564EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 38.94%
G = 18.28%
B = 42.78%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D564EA (or 0xD564EA) is known color: Heliotrope. HEX triplet: D5, 64 and EA. RGB value is (213,100,234). Sum of RGB (Red+Green+Blue) = 213+100+234=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #D564EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D564EA is #2A9B15. Grayscale: #949494. Windows color (decimal): -2792214 or 15361237. OLE color: 15361237.

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

Color convert

RGB 213 100 234 -
CMYK 0.09 0.57 0 0.08
HSL 290.6º 0.76% 0.65% -
HSV(B) 290.6º 0.57% 0.92% -
XYZ 46.85 29.2 81.01 -
YUV 149.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 213 100 234 0.09 0.57 0 0.08 290.6 0.76 0.65
Hex D5 64 EA 9 39 0 8 123 4C 41
Octal 325 144 352 11 71 0 10 443 114 101
Binary 11010101 1100100 11101010 1001 111001 0 1000 100100011 1001100 1000001

Color Harmonies of #D564EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564EA

Black with #D564EA

Text Example


Text Example

White with #D564EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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