Html Css Color HEX #DC57FD Heliotrope

📋 copy color: '#DC57FD'

red 220 ◦ green 87 ◦ blue 253

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

Shades of Heliotrope #DC57FD

Tints of Heliotrope #DC57FD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.54%

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

R = 39.29%
G = 15.54%
B = 45.18%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC57FD (or 0xDC57FD) is known color: Heliotrope. HEX triplet: DC, 57 and FD. RGB value is (220,87,253). Sum of RGB (Red+Green+Blue) = 220+87+253=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 87 (34.38% from 255 or 15.54% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC57FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC57FD is #23A802. Grayscale: #919191. Windows color (decimal): -2336771 or 16603100. OLE color: 16603100.

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

Color convert

RGB 220 87 253 -
CMYK 0.13 0.66 0 0.01
HSL 288.07º 0.98% 0.67% -
HSV(B) 288.07º 0.66% 0.99% -
XYZ 50.65 29.12 95.88 -
YUV 145.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 220 87 253 0.13 0.66 0 0.01 288.07 0.98 0.67
Hex DC 57 FD D 42 0 1 120 62 43
Octal 334 127 375 15 102 0 1 440 142 103
Binary 11011100 1010111 11111101 1101 1000010 0 1 100100000 1100010 1000011

Color Harmonies of #DC57FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC57FD

Black with #DC57FD

Text Example


Text Example

White with #DC57FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC57FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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