Html Css Color HEX #D379F0 Heliotrope

📋 copy color: '#D379F0'

red 211 ◦ green 121 ◦ blue 240

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

Shades of Heliotrope #D379F0

Tints of Heliotrope #D379F0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.15%

 BLUE value IS 240 (94.14% from 255) = 41.96%

R = 36.89%
G = 21.15%
B = 41.96%

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

#D379F0 (or 0xD379F0) is known color: Heliotrope. HEX triplet: D3, 79 and F0. RGB value is (211,121,240). Sum of RGB (Red+Green+Blue) = 211+121+240=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #D379F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D379F0 is #2C860F. Grayscale: #A1A1A1. Windows color (decimal): -2917904 or 15759827. OLE color: 15759827.

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

Color convert

RGB 211 121 240 -
CMYK 0.12 0.50 0 0.06
HSL 285.38º 0.8% 0.71% -
HSV(B) 285.38º 0.5% 0.94% -
XYZ 49.43 33.81 86.36 -
YUV 161.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 211 121 240 0.12 0.50 0 0.06 285.38 0.8 0.71
Hex D3 79 F0 C 32 0 6 11D 50 47
Octal 323 171 360 14 62 0 6 435 120 107
Binary 11010011 1111001 11110000 1100 110010 0 110 100011101 1010000 1000111

Color Harmonies of #D379F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379F0

Black with #D379F0

Text Example


Text Example

White with #D379F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379F0; }

 p { color: rgb(211,121,240); }

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

background-color css

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

 a { background-color: rgb(211,121,240); }

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

border-color css

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

 span { border-color: rgb(211,121,240); }

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