Html Css Color HEX #D371FE Heliotrope

📋 copy color: '#D371FE'

red 211 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #D371FE

Tints of Heliotrope #D371FE

RGB

 RED value IS 211 (82.81% from 255) = 36.51%

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

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

R = 36.51%
G = 19.55%
B = 43.94%

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

#D371FE (or 0xD371FE) is known color: Heliotrope. HEX triplet: D3, 71 and FE. RGB value is (211,113,254). Sum of RGB (Red+Green+Blue) = 211+113+254=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #D371FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D371FE is #2C8E01. Grayscale: #9D9D9D. Windows color (decimal): -2919938 or 16675283. OLE color: 16675283.

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

Color convert

RGB 211 113 254 -
CMYK 0.17 0.56 0 0.00
HSL 281.7º 0.99% 0.72% -
HSV(B) 281.7º 0.56% 1% -
XYZ 50.66 32.81 97.43 -
YUV 158.38 181.97 165.54 -
System Red Green Blue C M Y K H S L
Decimal 211 113 254 0.17 0.56 0 0.00 281.7 0.99 0.72
Hex D3 71 FE 11 38 0 0 11A 63 48
Octal 323 161 376 21 70 0 0 432 143 110
Binary 11010011 1110001 11111110 10001 111000 0 0 100011010 1100011 1001000

Color Harmonies of #D371FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D371FE

Black with #D371FE

Text Example


Text Example

White with #D371FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D371FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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