Html Css Color HEX #D471FE Heliotrope

📋 copy color: '#D471FE'

red 212 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #D471FE

Tints of Heliotrope #D471FE

RGB

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

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

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

R = 36.61%
G = 19.52%
B = 43.87%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D471FE (or 0xD471FE) is known color: Heliotrope. HEX triplet: D4, 71 and FE. RGB value is (212,113,254). Sum of RGB (Red+Green+Blue) = 212+113+254=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #D471FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471FE is #2B8E01. Grayscale: #9E9E9E. Windows color (decimal): -2854402 or 16675284. OLE color: 16675284.

HSL color Cylindrical-coordinate representation of color #D471FE: hue angle of 282.13º 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 #D471FE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 113 254 -
CMYK 0.17 0.56 0 0.00
HSL 282.13º 0.99% 0.72% -
HSV(B) 282.13º 0.56% 1% -
XYZ 50.95 32.96 97.44 -
YUV 158.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 212 113 254 0.17 0.56 0 0.00 282.13 0.99 0.72
Hex D4 71 FE 11 38 0 0 11A 63 48
Octal 324 161 376 21 70 0 0 432 143 110
Binary 11010100 1110001 11111110 10001 111000 0 0 100011010 1100011 1001000

Color Harmonies of #D471FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471FE

Black with #D471FE

Text Example


Text Example

White with #D471FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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