Html Css Color HEX #DC55F4 Heliotrope

📋 copy color: '#DC55F4'

red 220 ◦ green 85 ◦ blue 244

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

Shades of Heliotrope #DC55F4

Tints of Heliotrope #DC55F4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.48%

 BLUE value IS 244 (95.7% from 255) = 44.44%

R = 40.07%
G = 15.48%
B = 44.44%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC55F4 (or 0xDC55F4) is known color: Heliotrope. HEX triplet: DC, 55 and F4. RGB value is (220,85,244). Sum of RGB (Red+Green+Blue) = 220+85+244=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC55F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC55F4 is #23AA0B. Grayscale: #8E8E8E. Windows color (decimal): -2337292 or 16012764. OLE color: 16012764.

HSL color Cylindrical-coordinate representation of color #DC55F4: hue angle of 290.94º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC55F4 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 85 244 -
CMYK 0.10 0.65 0 0.04
HSL 290.94º 0.88% 0.65% -
HSV(B) 290.94º 0.65% 0.96% -
XYZ 49.09 28.24 88.45 -
YUV 143.49 184.73 182.57 -
System Red Green Blue C M Y K H S L
Decimal 220 85 244 0.10 0.65 0 0.04 290.94 0.88 0.65
Hex DC 55 F4 A 41 0 4 123 58 41
Octal 334 125 364 12 101 0 4 443 130 101
Binary 11011100 1010101 11110100 1010 1000001 0 100 100100011 1011000 1000001

Color Harmonies of #DC55F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC55F4

Black with #DC55F4

Text Example


Text Example

White with #DC55F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC55F4; }

 p { color: rgb(220,85,244); }

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

background-color css

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

 a { background-color: rgb(220,85,244); }

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

border-color css

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

 span { border-color: rgb(220,85,244); }

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