Html Css Color HEX #DC60FD Heliotrope

📋 copy color: '#DC60FD'

red 220 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #DC60FD

Tints of Heliotrope #DC60FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.87%

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

R = 38.66%
G = 16.87%
B = 44.46%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC60FD (or 0xDC60FD) is known color: Heliotrope. HEX triplet: DC, 60 and FD. RGB value is (220,96,253). Sum of RGB (Red+Green+Blue) = 220+96+253=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 96 (37.89% from 255 or 16.87% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60FD is #239F02. Grayscale: #969696. Windows color (decimal): -2334467 or 16605404. OLE color: 16605404.

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

Color convert

RGB 220 96 253 -
CMYK 0.13 0.62 0 0.01
HSL 287.39º 0.98% 0.68% -
HSV(B) 287.39º 0.62% 0.99% -
XYZ 51.43 30.67 96.14 -
YUV 150.97 185.58 177.23 -
System Red Green Blue C M Y K H S L
Decimal 220 96 253 0.13 0.62 0 0.01 287.39 0.98 0.68
Hex DC 60 FD D 3E 0 1 11F 62 44
Octal 334 140 375 15 76 0 1 437 142 104
Binary 11011100 1100000 11111101 1101 111110 0 1 100011111 1100010 1000100

Color Harmonies of #DC60FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC60FD

Black with #DC60FD

Text Example


Text Example

White with #DC60FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC60FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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