Html Css Color HEX #D377EF Heliotrope

📋 copy color: '#D377EF'

red 211 ◦ green 119 ◦ blue 239

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

Shades of Heliotrope #D377EF

Tints of Heliotrope #D377EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42%

R = 37.08%
G = 20.91%
B = 42%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D377EF (or 0xD377EF) is known color: Heliotrope. HEX triplet: D3, 77 and EF. RGB value is (211,119,239). Sum of RGB (Red+Green+Blue) = 211+119+239=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #D377EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377EF is #2C8810. Grayscale: #9F9F9F. Windows color (decimal): -2918417 or 15693779. OLE color: 15693779.

HSL color Cylindrical-coordinate representation of color #D377EF: hue angle of 286º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D377EF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 119 239 -
CMYK 0.12 0.50 0 0.06
HSL 286º 0.79% 0.7% -
HSV(B) 286º 0.5% 0.94% -
XYZ 49.04 33.27 85.5 -
YUV 160.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 211 119 239 0.12 0.50 0 0.06 286 0.79 0.7
Hex D3 77 EF C 32 0 6 11E 4F 46
Octal 323 167 357 14 62 0 6 436 117 106
Binary 11010011 1110111 11101111 1100 110010 0 110 100011110 1001111 1000110

Color Harmonies of #D377EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377EF

Black with #D377EF

Text Example


Text Example

White with #D377EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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