Html Css Color HEX #D377EB Heliotrope

📋 copy color: '#D377EB'

red 211 ◦ green 119 ◦ blue 235

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

Shades of Heliotrope #D377EB

Tints of Heliotrope #D377EB

RGB

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

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

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

R = 37.35%
G = 21.06%
B = 41.59%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D377EB (or 0xD377EB) is known color: Heliotrope. HEX triplet: D3, 77 and EB. RGB value is (211,119,235). Sum of RGB (Red+Green+Blue) = 211+119+235=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #D377EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377EB is #2C8814. Grayscale: #9F9F9F. Windows color (decimal): -2918421 or 15431635. OLE color: 15431635.

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

Color convert

RGB 211 119 235 -
CMYK 0.10 0.49 0 0.08
HSL 287.59º 0.74% 0.69% -
HSV(B) 287.59º 0.49% 0.92% -
XYZ 48.46 33.04 82.42 -
YUV 159.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 211 119 235 0.10 0.49 0 0.08 287.59 0.74 0.69
Hex D3 77 EB A 31 0 8 120 4A 45
Octal 323 167 353 12 61 0 10 440 112 105
Binary 11010011 1110111 11101011 1010 110001 0 1000 100100000 1001010 1000101

Color Harmonies of #D377EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377EB

Black with #D377EB

Text Example


Text Example

White with #D377EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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