Html Css Color HEX #D571FE Heliotrope

📋 copy color: '#D571FE'

red 213 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #D571FE

Tints of Heliotrope #D571FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.48%

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

R = 36.72%
G = 19.48%
B = 43.79%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D571FE (or 0xD571FE) is known color: Heliotrope. HEX triplet: D5, 71 and FE. RGB value is (213,113,254). Sum of RGB (Red+Green+Blue) = 213+113+254=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #D571FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D571FE is #2A8E01. Grayscale: #9E9E9E. Windows color (decimal): -2788866 or 16675285. OLE color: 16675285.

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

Color convert

RGB 213 113 254 -
CMYK 0.16 0.56 0 0.00
HSL 282.55º 0.99% 0.72% -
HSV(B) 282.55º 0.56% 1% -
XYZ 51.24 33.11 97.46 -
YUV 158.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 213 113 254 0.16 0.56 0 0.00 282.55 0.99 0.72
Hex D5 71 FE 10 38 0 0 11B 63 48
Octal 325 161 376 20 70 0 0 433 143 110
Binary 11010101 1110001 11111110 10000 111000 0 0 100011011 1100011 1001000

Color Harmonies of #D571FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571FE

Black with #D571FE

Text Example


Text Example

White with #D571FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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