Html Css Color HEX #D571FB Heliotrope

📋 copy color: '#D571FB'

red 213 ◦ green 113 ◦ blue 251

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

Shades of Heliotrope #D571FB

Tints of Heliotrope #D571FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.5%

R = 36.92%
G = 19.58%
B = 43.5%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D571FB (or 0xD571FB) is known color: Heliotrope. HEX triplet: D5, 71 and FB. RGB value is (213,113,251). Sum of RGB (Red+Green+Blue) = 213+113+251=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #D571FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D571FB is #2A8E04. Grayscale: #9E9E9E. Windows color (decimal): -2788869 or 16478677. OLE color: 16478677.

HSL color Cylindrical-coordinate representation of color #D571FB: hue angle of 283.48º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D571FB is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 113 251 -
CMYK 0.15 0.55 0 0.02
HSL 283.48º 0.95% 0.71% -
HSV(B) 283.48º 0.55% 0.98% -
XYZ 50.76 32.92 94.95 -
YUV 158.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 213 113 251 0.15 0.55 0 0.02 283.48 0.95 0.71
Hex D5 71 FB F 37 0 2 11B 5F 47
Octal 325 161 373 17 67 0 2 433 137 107
Binary 11010101 1110001 11111011 1111 110111 0 10 100011011 1011111 1000111

Color Harmonies of #D571FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D571FB

Black with #D571FB

Text Example


Text Example

White with #D571FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D571FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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