Html Css Color HEX #D77FF1 Heliotrope

📋 copy color: '#D77FF1'

red 215 ◦ green 127 ◦ blue 241

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

Shades of Heliotrope #D77FF1

Tints of Heliotrope #D77FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 21.78%

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

R = 36.88%
G = 21.78%
B = 41.34%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D77FF1 (or 0xD77FF1) is known color: Heliotrope. HEX triplet: D7, 7F and F1. RGB value is (215,127,241). Sum of RGB (Red+Green+Blue) = 215+127+241=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #D77FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FF1 is #28800E. Grayscale: #A5A5A5. Windows color (decimal): -2654223 or 15826903. OLE color: 15826903.

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

Color convert

RGB 215 127 241 -
CMYK 0.11 0.47 0 0.05
HSL 286.32º 0.8% 0.72% -
HSV(B) 286.32º 0.47% 0.95% -
XYZ 51.49 35.98 87.45 -
YUV 166.31 170.15 162.73 -
System Red Green Blue C M Y K H S L
Decimal 215 127 241 0.11 0.47 0 0.05 286.32 0.8 0.72
Hex D7 7F F1 B 2F 0 5 11E 50 48
Octal 327 177 361 13 57 0 5 436 120 110
Binary 11010111 1111111 11110001 1011 101111 0 101 100011110 1010000 1001000

Color Harmonies of #D77FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FF1

Black with #D77FF1

Text Example


Text Example

White with #D77FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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