Html Css Color HEX #D379ED Heliotrope

📋 copy color: '#D379ED'

red 211 ◦ green 121 ◦ blue 237

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

Shades of Heliotrope #D379ED

Tints of Heliotrope #D379ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 37.08%
G = 21.27%
B = 41.65%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D379ED (or 0xD379ED) is known color: Heliotrope. HEX triplet: D3, 79 and ED. RGB value is (211,121,237). Sum of RGB (Red+Green+Blue) = 211+121+237=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #D379ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D379ED is #2C8612. Grayscale: #A0A0A0. Windows color (decimal): -2917907 or 15563219. OLE color: 15563219.

HSL color Cylindrical-coordinate representation of color #D379ED: hue angle of 286.55º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D379ED is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 121 237 -
CMYK 0.11 0.49 0 0.07
HSL 286.55º 0.76% 0.7% -
HSV(B) 286.55º 0.49% 0.93% -
XYZ 48.99 33.64 84.03 -
YUV 161.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 211 121 237 0.11 0.49 0 0.07 286.55 0.76 0.7
Hex D3 79 ED B 31 0 7 11F 4C 46
Octal 323 171 355 13 61 0 7 437 114 106
Binary 11010011 1111001 11101101 1011 110001 0 111 100011111 1001100 1000110

Color Harmonies of #D379ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379ED

Black with #D379ED

Text Example


Text Example

White with #D379ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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