Html Css Color HEX #D770FC Heliotrope

📋 copy color: '#D770FC'

red 215 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #D770FC

Tints of Heliotrope #D770FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.52%

R = 37.13%
G = 19.34%
B = 43.52%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D770FC (or 0xD770FC) is known color: Heliotrope. HEX triplet: D7, 70 and FC. RGB value is (215,112,252). Sum of RGB (Red+Green+Blue) = 215+112+252=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #D770FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770FC is #288F03. Grayscale: #9E9E9E. Windows color (decimal): -2658052 or 16543959. OLE color: 16543959.

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

Color convert

RGB 215 112 252 -
CMYK 0.15 0.56 0 0.01
HSL 284.14º 0.96% 0.71% -
HSV(B) 284.14º 0.56% 0.99% -
XYZ 51.39 33.06 95.77 -
YUV 158.76 180.62 168.12 -
System Red Green Blue C M Y K H S L
Decimal 215 112 252 0.15 0.56 0 0.01 284.14 0.96 0.71
Hex D7 70 FC F 38 0 1 11C 60 47
Octal 327 160 374 17 70 0 1 434 140 107
Binary 11010111 1110000 11111100 1111 111000 0 1 100011100 1100000 1000111

Color Harmonies of #D770FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D770FC

Black with #D770FC

Text Example


Text Example

White with #D770FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D770FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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