Html Css Color HEX #D770F9 Heliotrope

📋 copy color: '#D770F9'

red 215 ◦ green 112 ◦ blue 249

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

Shades of Heliotrope #D770F9

Tints of Heliotrope #D770F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.44%

 BLUE value IS 249 (97.66% from 255) = 43.23%

R = 37.33%
G = 19.44%
B = 43.23%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D770F9 (or 0xD770F9) is known color: Heliotrope. HEX triplet: D7, 70 and F9. RGB value is (215,112,249). Sum of RGB (Red+Green+Blue) = 215+112+249=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #D770F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770F9 is #288F06. Grayscale: #9D9D9D. Windows color (decimal): -2658055 or 16347351. OLE color: 16347351.

HSL color Cylindrical-coordinate representation of color #D770F9: hue angle of 285.11º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D770F9 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 112 249 -
CMYK 0.14 0.55 0 0.02
HSL 285.11º 0.92% 0.71% -
HSV(B) 285.11º 0.55% 0.98% -
XYZ 50.92 32.87 93.28 -
YUV 158.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 215 112 249 0.14 0.55 0 0.02 285.11 0.92 0.71
Hex D7 70 F9 E 37 0 2 11D 5C 47
Octal 327 160 371 16 67 0 2 435 134 107
Binary 11010111 1110000 11111001 1110 110111 0 10 100011101 1011100 1000111

Color Harmonies of #D770F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770F9

Black with #D770F9

Text Example


Text Example

White with #D770F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770F9; }

 p { color: rgb(215,112,249); }

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

background-color css

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

 a { background-color: rgb(215,112,249); }

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

border-color css

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

 span { border-color: rgb(215,112,249); }

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