Html Css Color HEX #DC71FD Heliotrope

📋 copy color: '#DC71FD'

red 220 ◦ green 113 ◦ blue 253

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

Shades of Heliotrope #DC71FD

Tints of Heliotrope #DC71FD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.28%

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

R = 37.54%
G = 19.28%
B = 43.17%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC71FD (or 0xDC71FD) is known color: Heliotrope. HEX triplet: DC, 71 and FD. RGB value is (220,113,253). Sum of RGB (Red+Green+Blue) = 220+113+253=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC71FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC71FD is #238E02. Grayscale: #A0A0A0. Windows color (decimal): -2330115 or 16609756. OLE color: 16609756.

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

Color convert

RGB 220 113 253 -
CMYK 0.13 0.55 0 0.01
HSL 285.86º 0.97% 0.72% -
HSV(B) 285.86º 0.55% 0.99% -
XYZ 53.15 34.12 96.71 -
YUV 160.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 220 113 253 0.13 0.55 0 0.01 285.86 0.97 0.72
Hex DC 71 FD D 37 0 1 11E 61 48
Octal 334 161 375 15 67 0 1 436 141 110
Binary 11011100 1110001 11111101 1101 110111 0 1 100011110 1100001 1001000

Color Harmonies of #DC71FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71FD

Black with #DC71FD

Text Example


Text Example

White with #DC71FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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