Html Css Color HEX #DC77FD Heliotrope

📋 copy color: '#DC77FD'

red 220 ◦ green 119 ◦ blue 253

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

Shades of Heliotrope #DC77FD

Tints of Heliotrope #DC77FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 37.16%
G = 20.1%
B = 42.74%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC77FD (or 0xDC77FD) is known color: Heliotrope. HEX triplet: DC, 77 and FD. RGB value is (220,119,253). Sum of RGB (Red+Green+Blue) = 220+119+253=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC77FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC77FD is #238802. Grayscale: #A4A4A4. Windows color (decimal): -2328579 or 16611292. OLE color: 16611292.

HSL color Cylindrical-coordinate representation of color #DC77FD: hue angle of 285.22º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC77FD is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 119 253 -
CMYK 0.13 0.53 0 0.01
HSL 285.22º 0.97% 0.73% -
HSV(B) 285.22º 0.53% 0.99% -
XYZ 53.84 35.5 96.94 -
YUV 164.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 220 119 253 0.13 0.53 0 0.01 285.22 0.97 0.73
Hex DC 77 FD D 35 0 1 11D 61 49
Octal 334 167 375 15 65 0 1 435 141 111
Binary 11011100 1110111 11111101 1101 110101 0 1 100011101 1100001 1001001

Color Harmonies of #DC77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77FD

Black with #DC77FD

Text Example


Text Example

White with #DC77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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