Html Css Color HEX #D377FB Heliotrope

📋 copy color: '#D377FB'

red 211 ◦ green 119 ◦ blue 251

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

Shades of Heliotrope #D377FB

Tints of Heliotrope #D377FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.2%

R = 36.32%
G = 20.48%
B = 43.2%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D377FB (or 0xD377FB) is known color: Heliotrope. HEX triplet: D3, 77 and FB. RGB value is (211,119,251). Sum of RGB (Red+Green+Blue) = 211+119+251=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #D377FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377FB is #2C8804. Grayscale: #A1A1A1. Windows color (decimal): -2918405 or 16480211. OLE color: 16480211.

HSL color Cylindrical-coordinate representation of color #D377FB: hue angle of 281.82º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D377FB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 119 251 -
CMYK 0.16 0.53 0 0.02
HSL 281.82º 0.94% 0.73% -
HSV(B) 281.82º 0.53% 0.98% -
XYZ 50.87 34.01 95.15 -
YUV 161.56 178.48 163.27 -
System Red Green Blue C M Y K H S L
Decimal 211 119 251 0.16 0.53 0 0.02 281.82 0.94 0.73
Hex D3 77 FB 10 35 0 2 11A 5E 49
Octal 323 167 373 20 65 0 2 432 136 111
Binary 11010011 1110111 11111011 10000 110101 0 10 100011010 1011110 1001001

Color Harmonies of #D377FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377FB

Black with #D377FB

Text Example


Text Example

White with #D377FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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