Html Css Color HEX #D471FA Heliotrope

📋 copy color: '#D471FA'

red 212 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #D471FA

Tints of Heliotrope #D471FA

RGB

 RED value IS 212 (83.2% from 255) = 36.87%

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

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 36.87%
G = 19.65%
B = 43.48%

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

#D471FA (or 0xD471FA) is known color: Heliotrope. HEX triplet: D4, 71 and FA. RGB value is (212,113,250). Sum of RGB (Red+Green+Blue) = 212+113+250=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #D471FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471FA is #2B8E05. Grayscale: #9D9D9D. Windows color (decimal): -2854406 or 16413140. OLE color: 16413140.

HSL color Cylindrical-coordinate representation of color #D471FA: hue angle of 283.36º degrees, saturation: 0.93, 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 #D471FA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 113 250 -
CMYK 0.15 0.55 0 0.02
HSL 283.36º 0.93% 0.71% -
HSV(B) 283.36º 0.55% 0.98% -
XYZ 50.31 32.71 94.1 -
YUV 158.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 212 113 250 0.15 0.55 0 0.02 283.36 0.93 0.71
Hex D4 71 FA F 37 0 2 11B 5D 47
Octal 324 161 372 17 67 0 2 433 135 107
Binary 11010100 1110001 11111010 1111 110111 0 10 100011011 1011101 1000111

Color Harmonies of #D471FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471FA

Black with #D471FA

Text Example


Text Example

White with #D471FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471FA; }

 p { color: rgb(212,113,250); }

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

background-color css

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

 a { background-color: rgb(212,113,250); }

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

border-color css

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

 span { border-color: rgb(212,113,250); }

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