Html Css Color HEX #D377EC Heliotrope

📋 copy color: '#D377EC'

red 211 ◦ green 119 ◦ blue 236

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

Shades of Heliotrope #D377EC

Tints of Heliotrope #D377EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.02%

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 37.28%
G = 21.02%
B = 41.7%

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

#D377EC (or 0xD377EC) is known color: Heliotrope. HEX triplet: D3, 77 and EC. RGB value is (211,119,236). Sum of RGB (Red+Green+Blue) = 211+119+236=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #D377EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377EC is #2C8813. Grayscale: #9F9F9F. Windows color (decimal): -2918420 or 15497171. OLE color: 15497171.

HSL color Cylindrical-coordinate representation of color #D377EC: hue angle of 287.18º degrees, saturation: 0.75, 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 #D377EC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 119 236 -
CMYK 0.11 0.50 0 0.07
HSL 287.18º 0.75% 0.7% -
HSV(B) 287.18º 0.5% 0.93% -
XYZ 48.6 33.1 83.18 -
YUV 159.85 170.98 164.49 -
System Red Green Blue C M Y K H S L
Decimal 211 119 236 0.11 0.50 0 0.07 287.18 0.75 0.7
Hex D3 77 EC B 32 0 7 11F 4B 46
Octal 323 167 354 13 62 0 7 437 113 106
Binary 11010011 1110111 11101100 1011 110010 0 111 100011111 1001011 1000110

Color Harmonies of #D377EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377EC

Black with #D377EC

Text Example


Text Example

White with #D377EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377EC; }

 p { color: rgb(211,119,236); }

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

background-color css

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

 a { background-color: rgb(211,119,236); }

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

border-color css

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

 span { border-color: rgb(211,119,236); }

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