Html Css Color HEX #DC77F3 Heliotrope

📋 copy color: '#DC77F3'

red 220 ◦ green 119 ◦ blue 243

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

Shades of Heliotrope #DC77F3

Tints of Heliotrope #DC77F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.75%

R = 37.8%
G = 20.45%
B = 41.75%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC77F3 (or 0xDC77F3) is known color: Heliotrope. HEX triplet: DC, 77 and F3. RGB value is (220,119,243). Sum of RGB (Red+Green+Blue) = 220+119+243=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC77F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC77F3 is #23880C. Grayscale: #A2A2A2. Windows color (decimal): -2328589 or 15955932. OLE color: 15955932.

HSL color Cylindrical-coordinate representation of color #DC77F3: hue angle of 288.87º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC77F3 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 119 243 -
CMYK 0.09 0.51 0 0.05
HSL 288.87º 0.84% 0.71% -
HSV(B) 288.87º 0.51% 0.95% -
XYZ 52.29 34.88 88.77 -
YUV 163.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 220 119 243 0.09 0.51 0 0.05 288.87 0.84 0.71
Hex DC 77 F3 9 33 0 5 121 54 47
Octal 334 167 363 11 63 0 5 441 124 107
Binary 11011100 1110111 11110011 1001 110011 0 101 100100001 1010100 1000111

Color Harmonies of #DC77F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77F3

Black with #DC77F3

Text Example


Text Example

White with #DC77F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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