Html Css Color HEX #D778F2 Heliotrope

📋 copy color: '#D778F2'

red 215 ◦ green 120 ◦ blue 242

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

Shades of Heliotrope #D778F2

Tints of Heliotrope #D778F2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.8%

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

R = 37.26%
G = 20.8%
B = 41.94%

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

#D778F2 (or 0xD778F2) is known color: Heliotrope. HEX triplet: D7, 78 and F2. RGB value is (215,120,242). Sum of RGB (Red+Green+Blue) = 215+120+242=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #D778F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D778F2 is #28870D. Grayscale: #A1A1A1. Windows color (decimal): -2656014 or 15890647. OLE color: 15890647.

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

Color convert

RGB 215 120 242 -
CMYK 0.11 0.50 0 0.05
HSL 286.72º 0.82% 0.71% -
HSV(B) 286.72º 0.5% 0.95% -
XYZ 50.77 34.29 87.95 -
YUV 162.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 215 120 242 0.11 0.50 0 0.05 286.72 0.82 0.71
Hex D7 78 F2 B 32 0 5 11F 52 47
Octal 327 170 362 13 62 0 5 437 122 107
Binary 11010111 1111000 11110010 1011 110010 0 101 100011111 1010010 1000111

Color Harmonies of #D778F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778F2

Black with #D778F2

Text Example


Text Example

White with #D778F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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