Html Css Color HEX #D571F0 Heliotrope

📋 copy color: '#D571F0'

red 213 ◦ green 113 ◦ blue 240

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

Shades of Heliotrope #D571F0

Tints of Heliotrope #D571F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.4%

R = 37.63%
G = 19.96%
B = 42.4%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D571F0 (or 0xD571F0) is known color: Heliotrope. HEX triplet: D5, 71 and F0. RGB value is (213,113,240). Sum of RGB (Red+Green+Blue) = 213+113+240=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #D571F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D571F0 is #2A8E0F. Grayscale: #9C9C9C. Windows color (decimal): -2788880 or 15757781. OLE color: 15757781.

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

Color convert

RGB 213 113 240 -
CMYK 0.11 0.53 0 0.06
HSL 287.24º 0.81% 0.69% -
HSV(B) 287.24º 0.53% 0.94% -
XYZ 49.07 32.25 86.08 -
YUV 157.38 174.63 167.67 -
System Red Green Blue C M Y K H S L
Decimal 213 113 240 0.11 0.53 0 0.06 287.24 0.81 0.69
Hex D5 71 F0 B 35 0 6 11F 51 45
Octal 325 161 360 13 65 0 6 437 121 105
Binary 11010101 1110001 11110000 1011 110101 0 110 100011111 1010001 1000101

Color Harmonies of #D571F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571F0

Black with #D571F0

Text Example


Text Example

White with #D571F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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