Html Css Color HEX #DC77F1 Heliotrope

📋 copy color: '#DC77F1'

red 220 ◦ green 119 ◦ blue 241

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

Shades of Heliotrope #DC77F1

Tints of Heliotrope #DC77F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.55%

R = 37.93%
G = 20.52%
B = 41.55%

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

#DC77F1 (or 0xDC77F1) is known color: Heliotrope. HEX triplet: DC, 77 and F1. RGB value is (220,119,241). Sum of RGB (Red+Green+Blue) = 220+119+241=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC77F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC77F1 is #23880E. Grayscale: #A2A2A2. Windows color (decimal): -2328591 or 15824860. OLE color: 15824860.

HSL color Cylindrical-coordinate representation of color #DC77F1: hue angle of 289.67º degrees, saturation: 0.81, 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 #DC77F1 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 119 241 -
CMYK 0.09 0.51 0 0.05
HSL 289.67º 0.81% 0.71% -
HSV(B) 289.67º 0.51% 0.95% -
XYZ 51.99 34.76 87.19 -
YUV 163.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 220 119 241 0.09 0.51 0 0.05 289.67 0.81 0.71
Hex DC 77 F1 9 33 0 5 122 51 47
Octal 334 167 361 11 63 0 5 442 121 107
Binary 11011100 1110111 11110001 1001 110011 0 101 100100010 1010001 1000111

Color Harmonies of #DC77F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77F1

Black with #DC77F1

Text Example


Text Example

White with #DC77F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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