Html Css Color HEX #D379FD Heliotrope

📋 copy color: '#D379FD'

red 211 ◦ green 121 ◦ blue 253

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

Shades of Heliotrope #D379FD

Tints of Heliotrope #D379FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.25%

R = 36.07%
G = 20.68%
B = 43.25%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D379FD (or 0xD379FD) is known color: Heliotrope. HEX triplet: D3, 79 and FD. RGB value is (211,121,253). Sum of RGB (Red+Green+Blue) = 211+121+253=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #D379FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D379FD is #2C8602. Grayscale: #A2A2A2. Windows color (decimal): -2917891 or 16611795. OLE color: 16611795.

HSL color Cylindrical-coordinate representation of color #D379FD: hue angle of 280.91º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D379FD is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 121 253 -
CMYK 0.17 0.52 0 0.01
HSL 280.91º 0.97% 0.73% -
HSV(B) 280.91º 0.52% 0.99% -
XYZ 51.43 34.62 96.9 -
YUV 162.96 178.82 162.27 -
System Red Green Blue C M Y K H S L
Decimal 211 121 253 0.17 0.52 0 0.01 280.91 0.97 0.73
Hex D3 79 FD 11 34 0 1 119 61 49
Octal 323 171 375 21 64 0 1 431 141 111
Binary 11010011 1111001 11111101 10001 110100 0 1 100011001 1100001 1001001

Color Harmonies of #D379FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D379FD

Black with #D379FD

Text Example


Text Example

White with #D379FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D379FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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