Html Css Color HEX #D376EE Heliotrope

📋 copy color: '#D376EE'

red 211 ◦ green 118 ◦ blue 238

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

Shades of Heliotrope #D376EE

Tints of Heliotrope #D376EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.98%

R = 37.21%
G = 20.81%
B = 41.98%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D376EE (or 0xD376EE) is known color: Heliotrope. HEX triplet: D3, 76 and EE. RGB value is (211,118,238). Sum of RGB (Red+Green+Blue) = 211+118+238=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #D376EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376EE is #2C8911. Grayscale: #9F9F9F. Windows color (decimal): -2918674 or 15627987. OLE color: 15627987.

HSL color Cylindrical-coordinate representation of color #D376EE: hue angle of 286.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D376EE is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 118 238 -
CMYK 0.11 0.50 0 0.07
HSL 286.5º 0.78% 0.7% -
HSV(B) 286.5º 0.5% 0.93% -
XYZ 48.78 32.98 84.68 -
YUV 159.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 211 118 238 0.11 0.50 0 0.07 286.5 0.78 0.7
Hex D3 76 EE B 32 0 7 11E 4E 46
Octal 323 166 356 13 62 0 7 436 116 106
Binary 11010011 1110110 11101110 1011 110010 0 111 100011110 1001110 1000110

Color Harmonies of #D376EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376EE

Black with #D376EE

Text Example


Text Example

White with #D376EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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