Html Css Color HEX #D376EB Heliotrope

📋 copy color: '#D376EB'

red 211 ◦ green 118 ◦ blue 235

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

Shades of Heliotrope #D376EB

Tints of Heliotrope #D376EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.67%

R = 37.41%
G = 20.92%
B = 41.67%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D376EB (or 0xD376EB) is known color: Heliotrope. HEX triplet: D3, 76 and EB. RGB value is (211,118,235). Sum of RGB (Red+Green+Blue) = 211+118+235=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #D376EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376EB is #2C8914. Grayscale: #9E9E9E. Windows color (decimal): -2918677 or 15431379. OLE color: 15431379.

HSL color Cylindrical-coordinate representation of color #D376EB: hue angle of 287.69º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D376EB is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 118 235 -
CMYK 0.10 0.50 0 0.08
HSL 287.69º 0.75% 0.69% -
HSV(B) 287.69º 0.5% 0.92% -
XYZ 48.34 32.8 82.38 -
YUV 159.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 211 118 235 0.10 0.50 0 0.08 287.69 0.75 0.69
Hex D3 76 EB A 32 0 8 120 4B 45
Octal 323 166 353 12 62 0 10 440 113 105
Binary 11010011 1110110 11101011 1010 110010 0 1000 100100000 1001011 1000101

Color Harmonies of #D376EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D376EB

Black with #D376EB

Text Example


Text Example

White with #D376EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D376EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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