Html Css Color HEX #D379E8 Heliotrope

📋 copy color: '#D379E8'

red 211 ◦ green 121 ◦ blue 232

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

Shades of Heliotrope #D379E8

Tints of Heliotrope #D379E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.13%

R = 37.41%
G = 21.45%
B = 41.13%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D379E8 (or 0xD379E8) is known color: Heliotrope. HEX triplet: D3, 79 and E8. RGB value is (211,121,232). Sum of RGB (Red+Green+Blue) = 211+121+232=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #D379E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D379E8 is #2C8617. Grayscale: #A0A0A0. Windows color (decimal): -2917912 or 15235539. OLE color: 15235539.

HSL color Cylindrical-coordinate representation of color #D379E8: hue angle of 288.65º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D379E8 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 121 232 -
CMYK 0.09 0.48 0 0.09
HSL 288.65º 0.71% 0.69% -
HSV(B) 288.65º 0.48% 0.91% -
XYZ 48.27 33.35 80.24 -
YUV 160.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 211 121 232 0.09 0.48 0 0.09 288.65 0.71 0.69
Hex D3 79 E8 9 30 0 9 121 47 45
Octal 323 171 350 11 60 0 11 441 107 105
Binary 11010011 1111001 11101000 1001 110000 0 1001 100100001 1000111 1000101

Color Harmonies of #D379E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379E8

Black with #D379E8

Text Example


Text Example

White with #D379E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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