Html Css Color HEX #D376FA Heliotrope

📋 copy color: '#D376FA'

red 211 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #D376FA

Tints of Heliotrope #D376FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.38%

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

R = 36.44%
G = 20.38%
B = 43.18%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D376FA (or 0xD376FA) is known color: Heliotrope. HEX triplet: D3, 76 and FA. RGB value is (211,118,250). Sum of RGB (Red+Green+Blue) = 211+118+250=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #D376FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376FA is #2C8905. Grayscale: #A0A0A0. Windows color (decimal): -2918662 or 16414419. OLE color: 16414419.

HSL color Cylindrical-coordinate representation of color #D376FA: hue angle of 282.27º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D376FA is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 118 250 -
CMYK 0.16 0.53 0 0.02
HSL 282.27º 0.93% 0.72% -
HSV(B) 282.27º 0.53% 0.98% -
XYZ 50.6 33.71 94.28 -
YUV 160.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 211 118 250 0.16 0.53 0 0.02 282.27 0.93 0.72
Hex D3 76 FA 10 35 0 2 11A 5D 48
Octal 323 166 372 20 65 0 2 432 135 110
Binary 11010011 1110110 11111010 10000 110101 0 10 100011010 1011101 1001000

Color Harmonies of #D376FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376FA

Black with #D376FA

Text Example


Text Example

White with #D376FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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