Html Css Color HEX #D376FC Heliotrope

📋 copy color: '#D376FC'

red 211 ◦ green 118 ◦ blue 252

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

Shades of Heliotrope #D376FC

Tints of Heliotrope #D376FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 36.32%
G = 20.31%
B = 43.37%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D376FC (or 0xD376FC) is known color: Heliotrope. HEX triplet: D3, 76 and FC. RGB value is (211,118,252). Sum of RGB (Red+Green+Blue) = 211+118+252=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #D376FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376FC is #2C8903. Grayscale: #A0A0A0. Windows color (decimal): -2918660 or 16545491. OLE color: 16545491.

HSL color Cylindrical-coordinate representation of color #D376FC: hue angle of 281.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D376FC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 118 252 -
CMYK 0.16 0.53 0 0.01
HSL 281.64º 0.96% 0.73% -
HSV(B) 281.64º 0.53% 0.99% -
XYZ 50.91 33.83 95.94 -
YUV 161.08 179.31 163.6 -
System Red Green Blue C M Y K H S L
Decimal 211 118 252 0.16 0.53 0 0.01 281.64 0.96 0.73
Hex D3 76 FC 10 35 0 1 11A 60 49
Octal 323 166 374 20 65 0 1 432 140 111
Binary 11010011 1110110 11111100 10000 110101 0 1 100011010 1100000 1001001

Color Harmonies of #D376FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376FC

Black with #D376FC

Text Example


Text Example

White with #D376FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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