Html Css Color HEX #D77AEA Heliotrope

📋 copy color: '#D77AEA'

red 215 ◦ green 122 ◦ blue 234

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

Shades of Heliotrope #D77AEA

Tints of Heliotrope #D77AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.98%

R = 37.65%
G = 21.37%
B = 40.98%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D77AEA (or 0xD77AEA) is known color: Heliotrope. HEX triplet: D7, 7A and EA. RGB value is (215,122,234). Sum of RGB (Red+Green+Blue) = 215+122+234=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #D77AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AEA is #288515. Grayscale: #A2A2A2. Windows color (decimal): -2655510 or 15366871. OLE color: 15366871.

HSL color Cylindrical-coordinate representation of color #D77AEA: hue angle of 289.82º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77AEA is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 122 234 -
CMYK 0.08 0.48 0 0.08
HSL 289.82º 0.73% 0.7% -
HSV(B) 289.82º 0.48% 0.92% -
XYZ 49.84 34.31 81.84 -
YUV 162.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 215 122 234 0.08 0.48 0 0.08 289.82 0.73 0.7
Hex D7 7A EA 8 30 0 8 122 49 46
Octal 327 172 352 10 60 0 10 442 111 106
Binary 11010111 1111010 11101010 1000 110000 0 1000 100100010 1001001 1000110

Color Harmonies of #D77AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AEA

Black with #D77AEA

Text Example


Text Example

White with #D77AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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