Html Css Color HEX #D377F6 Heliotrope

📋 copy color: '#D377F6'

red 211 ◦ green 119 ◦ blue 246

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

Shades of Heliotrope #D377F6

Tints of Heliotrope #D377F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.71%

R = 36.63%
G = 20.66%
B = 42.71%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D377F6 (or 0xD377F6) is known color: Heliotrope. HEX triplet: D3, 77 and F6. RGB value is (211,119,246). Sum of RGB (Red+Green+Blue) = 211+119+246=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 119 (46.88% from 255 or 20.66% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #D377F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377F6 is #2C8809. Grayscale: #A0A0A0. Windows color (decimal): -2918410 or 16152531. OLE color: 16152531.

HSL color Cylindrical-coordinate representation of color #D377F6: hue angle of 283.46º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D377F6 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 119 246 -
CMYK 0.14 0.52 0 0.04
HSL 283.46º 0.88% 0.72% -
HSV(B) 283.46º 0.52% 0.96% -
XYZ 50.1 33.7 91.05 -
YUV 160.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 211 119 246 0.14 0.52 0 0.04 283.46 0.88 0.72
Hex D3 77 F6 E 34 0 4 11B 58 48
Octal 323 167 366 16 64 0 4 433 130 110
Binary 11010011 1110111 11110110 1110 110100 0 100 100011011 1011000 1001000

Color Harmonies of #D377F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D377F6

Black with #D377F6

Text Example


Text Example

White with #D377F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D377F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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