Html Css Color HEX #DC5FFD Heliotrope

📋 copy color: '#DC5FFD'

red 220 ◦ green 95 ◦ blue 253

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

Shades of Heliotrope #DC5FFD

Tints of Heliotrope #DC5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.73%

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

R = 38.73%
G = 16.73%
B = 44.54%

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

#DC5FFD (or 0xDC5FFD) is known color: Heliotrope. HEX triplet: DC, 5F and FD. RGB value is (220,95,253). Sum of RGB (Red+Green+Blue) = 220+95+253=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 95 (37.5% from 255 or 16.73% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC5FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5FFD is #23A002. Grayscale: #959595. Windows color (decimal): -2334723 or 16605148. OLE color: 16605148.

HSL color Cylindrical-coordinate representation of color #DC5FFD: hue angle of 287.47º 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 #DC5FFD is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 95 253 -
CMYK 0.13 0.62 0 0.01
HSL 287.47º 0.98% 0.68% -
HSV(B) 287.47º 0.62% 0.99% -
XYZ 51.34 30.49 96.11 -
YUV 150.39 185.91 177.65 -
System Red Green Blue C M Y K H S L
Decimal 220 95 253 0.13 0.62 0 0.01 287.47 0.98 0.68
Hex DC 5F FD D 3E 0 1 11F 62 44
Octal 334 137 375 15 76 0 1 437 142 104
Binary 11011100 1011111 11111101 1101 111110 0 1 100011111 1100010 1000100

Color Harmonies of #DC5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5FFD

Black with #DC5FFD

Text Example


Text Example

White with #DC5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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