Html Css Color HEX #D564FE Heliotrope

📋 copy color: '#D564FE'

red 213 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #D564FE

Tints of Heliotrope #D564FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 37.57%
G = 17.64%
B = 44.8%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D564FE (or 0xD564FE) is known color: Heliotrope. HEX triplet: D5, 64 and FE. RGB value is (213,100,254). Sum of RGB (Red+Green+Blue) = 213+100+254=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 100 (39.45% from 255 or 17.64% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #D564FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D564FE is #2A9B01. Grayscale: #969696. Windows color (decimal): -2792194 or 16671957. OLE color: 16671957.

HSL color Cylindrical-coordinate representation of color #D564FE: hue angle of 284.03º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D564FE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 100 254 -
CMYK 0.16 0.61 0 0.00
HSL 284.03º 0.99% 0.69% -
HSV(B) 284.03º 0.61% 1% -
XYZ 49.89 30.42 97.01 -
YUV 151.34 185.94 171.98 -
System Red Green Blue C M Y K H S L
Decimal 213 100 254 0.16 0.61 0 0.00 284.03 0.99 0.69
Hex D5 64 FE 10 3D 0 0 11C 63 45
Octal 325 144 376 20 75 0 0 434 143 105
Binary 11010101 1100100 11111110 10000 111101 0 0 100011100 1100011 1000101

Color Harmonies of #D564FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D564FE

Black with #D564FE

Text Example


Text Example

White with #D564FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D564FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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