Html Css Color HEX #D779F2 Heliotrope

📋 copy color: '#D779F2'

red 215 ◦ green 121 ◦ blue 242

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

Shades of Heliotrope #D779F2

Tints of Heliotrope #D779F2

RGB

 RED value IS 215 (84.38% from 255) = 37.2%

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

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

R = 37.2%
G = 20.93%
B = 41.87%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D779F2 (or 0xD779F2) is known color: Heliotrope. HEX triplet: D7, 79 and F2. RGB value is (215,121,242). Sum of RGB (Red+Green+Blue) = 215+121+242=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 121 (47.66% from 255 or 20.93% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #D779F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D779F2 is #28860D. Grayscale: #A2A2A2. Windows color (decimal): -2655758 or 15890903. OLE color: 15890903.

HSL color Cylindrical-coordinate representation of color #D779F2: hue angle of 286.61º 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 #D779F2 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 121 242 -
CMYK 0.11 0.50 0 0.05
HSL 286.61º 0.82% 0.71% -
HSV(B) 286.61º 0.5% 0.95% -
XYZ 50.89 34.53 87.99 -
YUV 162.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 215 121 242 0.11 0.50 0 0.05 286.61 0.82 0.71
Hex D7 79 F2 B 32 0 5 11F 52 47
Octal 327 171 362 13 62 0 5 437 122 107
Binary 11010111 1111001 11110010 1011 110010 0 101 100011111 1010010 1000111

Color Harmonies of #D779F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779F2

Black with #D779F2

Text Example


Text Example

White with #D779F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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