Html Css Color HEX #DC77FB Heliotrope

📋 copy color: '#DC77FB'

red 220 ◦ green 119 ◦ blue 251

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

Shades of Heliotrope #DC77FB

Tints of Heliotrope #DC77FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.54%

R = 37.29%
G = 20.17%
B = 42.54%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC77FB (or 0xDC77FB) is known color: Heliotrope. HEX triplet: DC, 77 and FB. RGB value is (220,119,251). Sum of RGB (Red+Green+Blue) = 220+119+251=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC77FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC77FB is #238804. Grayscale: #A3A3A3. Windows color (decimal): -2328581 or 16480220. OLE color: 16480220.

HSL color Cylindrical-coordinate representation of color #DC77FB: hue angle of 285.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC77FB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 119 251 -
CMYK 0.12 0.53 0 0.02
HSL 285.91º 0.94% 0.73% -
HSV(B) 285.91º 0.53% 0.98% -
XYZ 53.52 35.37 95.27 -
YUV 164.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 220 119 251 0.12 0.53 0 0.02 285.91 0.94 0.73
Hex DC 77 FB C 35 0 2 11E 5E 49
Octal 334 167 373 14 65 0 2 436 136 111
Binary 11011100 1110111 11111011 1100 110101 0 10 100011110 1011110 1001001

Color Harmonies of #DC77FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77FB

Black with #DC77FB

Text Example


Text Example

White with #DC77FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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