Html Css Color HEX #D777FC Heliotrope

📋 copy color: '#D777FC'

red 215 ◦ green 119 ◦ blue 252

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

Shades of Heliotrope #D777FC

Tints of Heliotrope #D777FC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.31%

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

R = 36.69%
G = 20.31%
B = 43%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D777FC (or 0xD777FC) is known color: Heliotrope. HEX triplet: D7, 77 and FC. RGB value is (215,119,252). Sum of RGB (Red+Green+Blue) = 215+119+252=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 119 (46.88% from 255 or 20.31% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #D777FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D777FC is #288803. Grayscale: #A2A2A2. Windows color (decimal): -2656260 or 16545751. OLE color: 16545751.

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

Color convert

RGB 215 119 252 -
CMYK 0.15 0.53 0 0.01
HSL 283.31º 0.96% 0.73% -
HSV(B) 283.31º 0.53% 0.99% -
XYZ 52.19 34.67 96.04 -
YUV 162.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 215 119 252 0.15 0.53 0 0.01 283.31 0.96 0.73
Hex D7 77 FC F 35 0 1 11B 60 49
Octal 327 167 374 17 65 0 1 433 140 111
Binary 11010111 1110111 11111100 1111 110101 0 1 100011011 1100000 1001001

Color Harmonies of #D777FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777FC

Black with #D777FC

Text Example


Text Example

White with #D777FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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