Html Css Color HEX #D77DED Heliotrope

📋 copy color: '#D77DED'

red 215 ◦ green 125 ◦ blue 237

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

Shades of Heliotrope #D77DED

Tints of Heliotrope #D77DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 37.26%
G = 21.66%
B = 41.07%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D77DED (or 0xD77DED) is known color: Heliotrope. HEX triplet: D7, 7D and ED. RGB value is (215,125,237). Sum of RGB (Red+Green+Blue) = 215+125+237=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #D77DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DED is #288212. Grayscale: #A4A4A4. Windows color (decimal): -2654739 or 15564247. OLE color: 15564247.

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

Color convert

RGB 215 125 237 -
CMYK 0.09 0.47 0 0.07
HSL 288.21º 0.76% 0.71% -
HSV(B) 288.21º 0.47% 0.93% -
XYZ 50.64 35.23 84.25 -
YUV 164.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 215 125 237 0.09 0.47 0 0.07 288.21 0.76 0.71
Hex D7 7D ED 9 2F 0 7 120 4C 47
Octal 327 175 355 11 57 0 7 440 114 107
Binary 11010111 1111101 11101101 1001 101111 0 111 100100000 1001100 1000111

Color Harmonies of #D77DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DED

Black with #D77DED

Text Example


Text Example

White with #D77DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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