Html Css Color HEX #D561FE Heliotrope

📋 copy color: '#D561FE'

red 213 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #D561FE

Tints of Heliotrope #D561FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.2%

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

R = 37.77%
G = 17.2%
B = 45.04%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D561FE (or 0xD561FE) is known color: Heliotrope. HEX triplet: D5, 61 and FE. RGB value is (213,97,254). Sum of RGB (Red+Green+Blue) = 213+97+254=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 97 (38.28% from 255 or 17.20% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #D561FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D561FE is #2A9E01. Grayscale: #959595. Windows color (decimal): -2792962 or 16671189. OLE color: 16671189.

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

Color convert

RGB 213 97 254 -
CMYK 0.16 0.62 0 0.00
HSL 284.33º 0.99% 0.69% -
HSV(B) 284.33º 0.62% 1% -
XYZ 49.6 29.85 96.91 -
YUV 149.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 213 97 254 0.16 0.62 0 0.00 284.33 0.99 0.69
Hex D5 61 FE 10 3E 0 0 11C 63 45
Octal 325 141 376 20 76 0 0 434 143 105
Binary 11010101 1100001 11111110 10000 111110 0 0 100011100 1100011 1000101

Color Harmonies of #D561FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D561FE

Black with #D561FE

Text Example


Text Example

White with #D561FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D561FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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