Html Css Color HEX #D770EF Heliotrope

📋 copy color: '#D770EF'

red 215 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #D770EF

Tints of Heliotrope #D770EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.23%

R = 37.99%
G = 19.79%
B = 42.23%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D770EF (or 0xD770EF) is known color: Heliotrope. HEX triplet: D7, 70 and EF. RGB value is (215,112,239). Sum of RGB (Red+Green+Blue) = 215+112+239=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #D770EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770EF is #288F10. Grayscale: #9C9C9C. Windows color (decimal): -2658065 or 15691991. OLE color: 15691991.

HSL color Cylindrical-coordinate representation of color #D770EF: hue angle of 288.66º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D770EF is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 112 239 -
CMYK 0.10 0.53 0 0.06
HSL 288.66º 0.8% 0.69% -
HSV(B) 288.66º 0.53% 0.94% -
XYZ 49.4 32.27 85.29 -
YUV 157.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 215 112 239 0.10 0.53 0 0.06 288.66 0.8 0.69
Hex D7 70 EF A 35 0 6 121 50 45
Octal 327 160 357 12 65 0 6 441 120 105
Binary 11010111 1110000 11101111 1010 110101 0 110 100100001 1010000 1000101

Color Harmonies of #D770EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770EF

Black with #D770EF

Text Example


Text Example

White with #D770EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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