Html Css Color HEX #DC77EE Heliotrope

📋 copy color: '#DC77EE'

red 220 ◦ green 119 ◦ blue 238

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

Shades of Heliotrope #DC77EE

Tints of Heliotrope #DC77EE

RGB

 RED value IS 220 (86.33% from 255) = 38.13%

 GREEN value IS 119 (46.88% from 255) = 20.62%

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

R = 38.13%
G = 20.62%
B = 41.25%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC77EE (or 0xDC77EE) is known color: Heliotrope. HEX triplet: DC, 77 and EE. RGB value is (220,119,238). Sum of RGB (Red+Green+Blue) = 220+119+238=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC77EE is #238811. Grayscale: #A2A2A2. Windows color (decimal): -2328594 or 15628252. OLE color: 15628252.

HSL color Cylindrical-coordinate representation of color #DC77EE: hue angle of 290.92º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC77EE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 119 238 -
CMYK 0.08 0.50 0 0.07
HSL 290.92º 0.78% 0.7% -
HSV(B) 290.92º 0.5% 0.93% -
XYZ 51.54 34.58 84.85 -
YUV 162.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 220 119 238 0.08 0.50 0 0.07 290.92 0.78 0.7
Hex DC 77 EE 8 32 0 7 123 4E 46
Octal 334 167 356 10 62 0 7 443 116 106
Binary 11011100 1110111 11101110 1000 110010 0 111 100100011 1001110 1000110

Color Harmonies of #DC77EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77EE

Black with #DC77EE

Text Example


Text Example

White with #DC77EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77EE; }

 p { color: rgb(220,119,238); }

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

background-color css

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

 a { background-color: rgb(220,119,238); }

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

border-color css

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

 span { border-color: rgb(220,119,238); }

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