Html Css Color HEX #D770FF Heliotrope

📋 copy color: '#D770FF'

red 215 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #D770FF

Tints of Heliotrope #D770FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.81%

R = 36.94%
G = 19.24%
B = 43.81%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D770FF (or 0xD770FF) is known color: Heliotrope. HEX triplet: D7, 70 and FF. RGB value is (215,112,255). Sum of RGB (Red+Green+Blue) = 215+112+255=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #D770FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770FF is #288F00. Grayscale: #9E9E9E. Windows color (decimal): -2658049 or 16740567. OLE color: 16740567.

HSL color Cylindrical-coordinate representation of color #D770FF: hue angle of 283.22º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D770FF is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 112 255 -
CMYK 0.16 0.56 0 0
HSL 283.22º 1% 0.72% -
HSV(B) 283.22º 0.56% 1% -
XYZ 51.87 33.26 98.29 -
YUV 159.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 215 112 255 0.16 0.56 0 0 283.22 1 0.72
Hex D7 70 FF 10 38 0 0 11B 64 48
Octal 327 160 377 20 70 0 0 433 144 110
Binary 11010111 1110000 11111111 10000 111000 0 0 100011011 1100100 1001000

Color Harmonies of #D770FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770FF

Black with #D770FF

Text Example


Text Example

White with #D770FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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