Html Css Color HEX #D77DEE Heliotrope

📋 copy color: '#D77DEE'

red 215 ◦ green 125 ◦ blue 238

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

Shades of Heliotrope #D77DEE

Tints of Heliotrope #D77DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 37.2%
G = 21.63%
B = 41.18%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D77DEE (or 0xD77DEE) is known color: Heliotrope. HEX triplet: D7, 7D and EE. RGB value is (215,125,238). Sum of RGB (Red+Green+Blue) = 215+125+238=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #D77DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DEE is #288211. Grayscale: #A4A4A4. Windows color (decimal): -2654738 or 15629783. OLE color: 15629783.

HSL color Cylindrical-coordinate representation of color #D77DEE: hue angle of 287.79º degrees, saturation: 0.77, 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 #D77DEE is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 125 238 -
CMYK 0.10 0.47 0 0.07
HSL 287.79º 0.77% 0.71% -
HSV(B) 287.79º 0.47% 0.93% -
XYZ 50.79 35.29 85.02 -
YUV 164.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 215 125 238 0.10 0.47 0 0.07 287.79 0.77 0.71
Hex D7 7D EE A 2F 0 7 120 4D 47
Octal 327 175 356 12 57 0 7 440 115 107
Binary 11010111 1111101 11101110 1010 101111 0 111 100100000 1001101 1000111

Color Harmonies of #D77DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DEE

Black with #D77DEE

Text Example


Text Example

White with #D77DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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