Html Css Color HEX #D371FA Heliotrope

📋 copy color: '#D371FA'

red 211 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #D371FA

Tints of Heliotrope #D371FA

RGB

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

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

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

R = 36.76%
G = 19.69%
B = 43.55%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D371FA (or 0xD371FA) is known color: Heliotrope. HEX triplet: D3, 71 and FA. RGB value is (211,113,250). Sum of RGB (Red+Green+Blue) = 211+113+250=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #D371FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D371FA is #2C8E05. Grayscale: #9D9D9D. Windows color (decimal): -2919942 or 16413139. OLE color: 16413139.

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

Color convert

RGB 211 113 250 -
CMYK 0.16 0.55 0 0.02
HSL 282.92º 0.93% 0.71% -
HSV(B) 282.92º 0.55% 0.98% -
XYZ 50.02 32.56 94.09 -
YUV 157.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 211 113 250 0.16 0.55 0 0.02 282.92 0.93 0.71
Hex D3 71 FA 10 37 0 2 11B 5D 47
Octal 323 161 372 20 67 0 2 433 135 107
Binary 11010011 1110001 11111010 10000 110111 0 10 100011011 1011101 1000111

Color Harmonies of #D371FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D371FA

Black with #D371FA

Text Example


Text Example

White with #D371FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D371FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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