Html Css Color HEX #D770FE Heliotrope

📋 copy color: '#D770FE'

red 215 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #D770FE

Tints of Heliotrope #D770FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 37.01%
G = 19.28%
B = 43.72%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D770FE (or 0xD770FE) is known color: Heliotrope. HEX triplet: D7, 70 and FE. RGB value is (215,112,254). Sum of RGB (Red+Green+Blue) = 215+112+254=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #D770FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770FE is #288F01. Grayscale: #9E9E9E. Windows color (decimal): -2658050 or 16675031. OLE color: 16675031.

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

Color convert

RGB 215 112 254 -
CMYK 0.15 0.56 0 0.00
HSL 283.52º 0.99% 0.72% -
HSV(B) 283.52º 0.56% 1% -
XYZ 51.71 33.19 97.45 -
YUV 158.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 215 112 254 0.15 0.56 0 0.00 283.52 0.99 0.72
Hex D7 70 FE F 38 0 0 11C 63 48
Octal 327 160 376 17 70 0 0 434 143 110
Binary 11010111 1110000 11111110 1111 111000 0 0 100011100 1100011 1001000

Color Harmonies of #D770FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770FE

Black with #D770FE

Text Example


Text Example

White with #D770FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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