Html Css Color HEX #D77AF1 Heliotrope

📋 copy color: '#D77AF1'

red 215 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #D77AF1

Tints of Heliotrope #D77AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.11%

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

R = 37.2%
G = 21.11%
B = 41.7%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D77AF1 (or 0xD77AF1) is known color: Heliotrope. HEX triplet: D7, 7A and F1. RGB value is (215,122,241). Sum of RGB (Red+Green+Blue) = 215+122+241=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #D77AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AF1 is #28850E. Grayscale: #A2A2A2. Windows color (decimal): -2655503 or 15825623. OLE color: 15825623.

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

Color convert

RGB 215 122 241 -
CMYK 0.11 0.49 0 0.05
HSL 286.89º 0.81% 0.71% -
HSV(B) 286.89º 0.49% 0.95% -
XYZ 50.86 34.72 87.24 -
YUV 163.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 215 122 241 0.11 0.49 0 0.05 286.89 0.81 0.71
Hex D7 7A F1 B 31 0 5 11F 51 47
Octal 327 172 361 13 61 0 5 437 121 107
Binary 11010111 1111010 11110001 1011 110001 0 101 100011111 1010001 1000111

Color Harmonies of #D77AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AF1

Black with #D77AF1

Text Example


Text Example

White with #D77AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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