Html Css Color HEX #D777F1 Heliotrope

📋 copy color: '#D777F1'

red 215 ◦ green 119 ◦ blue 241

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

Shades of Heliotrope #D777F1

Tints of Heliotrope #D777F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.91%

R = 37.39%
G = 20.7%
B = 41.91%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D777F1 (or 0xD777F1) is known color: Heliotrope. HEX triplet: D7, 77 and F1. RGB value is (215,119,241). Sum of RGB (Red+Green+Blue) = 215+119+241=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #D777F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D777F1 is #28880E. Grayscale: #A1A1A1. Windows color (decimal): -2656271 or 15824855. OLE color: 15824855.

HSL color Cylindrical-coordinate representation of color #D777F1: hue angle of 287.21º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D777F1 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 119 241 -
CMYK 0.11 0.51 0 0.05
HSL 287.21º 0.81% 0.71% -
HSV(B) 287.21º 0.51% 0.95% -
XYZ 50.5 33.99 87.12 -
YUV 161.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 215 119 241 0.11 0.51 0 0.05 287.21 0.81 0.71
Hex D7 77 F1 B 33 0 5 11F 51 47
Octal 327 167 361 13 63 0 5 437 121 107
Binary 11010111 1110111 11110001 1011 110011 0 101 100011111 1010001 1000111

Color Harmonies of #D777F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777F1

Black with #D777F1

Text Example


Text Example

White with #D777F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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