Html Css Color HEX #D77DF1 Heliotrope

📋 copy color: '#D77DF1'

red 215 ◦ green 125 ◦ blue 241

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

Shades of Heliotrope #D77DF1

Tints of Heliotrope #D77DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.51%

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

R = 37.01%
G = 21.51%
B = 41.48%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D77DF1 (or 0xD77DF1) is known color: Heliotrope. HEX triplet: D7, 7D and F1. RGB value is (215,125,241). Sum of RGB (Red+Green+Blue) = 215+125+241=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #D77DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DF1 is #28820E. Grayscale: #A4A4A4. Windows color (decimal): -2654735 or 15826391. OLE color: 15826391.

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

Color convert

RGB 215 125 241 -
CMYK 0.11 0.48 0 0.05
HSL 286.55º 0.81% 0.72% -
HSV(B) 286.55º 0.48% 0.95% -
XYZ 51.24 35.47 87.36 -
YUV 165.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 215 125 241 0.11 0.48 0 0.05 286.55 0.81 0.72
Hex D7 7D F1 B 30 0 5 11F 51 48
Octal 327 175 361 13 60 0 5 437 121 110
Binary 11010111 1111101 11110001 1011 110000 0 101 100011111 1010001 1001000

Color Harmonies of #D77DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DF1

Black with #D77DF1

Text Example


Text Example

White with #D77DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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