Html Css Color HEX #D379F2 Heliotrope

📋 copy color: '#D379F2'

red 211 ◦ green 121 ◦ blue 242

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

Shades of Heliotrope #D379F2

Tints of Heliotrope #D379F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.16%

R = 36.76%
G = 21.08%
B = 42.16%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D379F2 (or 0xD379F2) is known color: Heliotrope. HEX triplet: D3, 79 and F2. RGB value is (211,121,242). Sum of RGB (Red+Green+Blue) = 211+121+242=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 121 (47.66% from 255 or 21.08% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #D379F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D379F2 is #2C860D. Grayscale: #A1A1A1. Windows color (decimal): -2917902 or 15890899. OLE color: 15890899.

HSL color Cylindrical-coordinate representation of color #D379F2: hue angle of 284.63º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D379F2 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 121 242 -
CMYK 0.13 0.50 0 0.05
HSL 284.63º 0.82% 0.71% -
HSV(B) 284.63º 0.5% 0.95% -
XYZ 49.73 33.93 87.93 -
YUV 161.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 211 121 242 0.13 0.50 0 0.05 284.63 0.82 0.71
Hex D3 79 F2 D 32 0 5 11D 52 47
Octal 323 171 362 15 62 0 5 435 122 107
Binary 11010011 1111001 11110010 1101 110010 0 101 100011101 1010010 1000111

Color Harmonies of #D379F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379F2

Black with #D379F2

Text Example


Text Example

White with #D379F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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