Html Css Color HEX #D77AEC Heliotrope

📋 copy color: '#D77AEC'

red 215 ◦ green 122 ◦ blue 236

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

Shades of Heliotrope #D77AEC

Tints of Heliotrope #D77AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.19%

R = 37.52%
G = 21.29%
B = 41.19%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D77AEC (or 0xD77AEC) is known color: Heliotrope. HEX triplet: D7, 7A and EC. RGB value is (215,122,236). Sum of RGB (Red+Green+Blue) = 215+122+236=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #D77AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AEC is #288513. Grayscale: #A2A2A2. Windows color (decimal): -2655508 or 15497943. OLE color: 15497943.

HSL color Cylindrical-coordinate representation of color #D77AEC: hue angle of 288.95º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77AEC is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 122 236 -
CMYK 0.09 0.48 0 0.07
HSL 288.95º 0.75% 0.7% -
HSV(B) 288.95º 0.48% 0.93% -
XYZ 50.12 34.42 83.36 -
YUV 162.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 215 122 236 0.09 0.48 0 0.07 288.95 0.75 0.7
Hex D7 7A EC 9 30 0 7 121 4B 46
Octal 327 172 354 11 60 0 7 441 113 106
Binary 11010111 1111010 11101100 1001 110000 0 111 100100001 1001011 1000110

Color Harmonies of #D77AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AEC

Black with #D77AEC

Text Example


Text Example

White with #D77AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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