Html Css Color HEX #DC71FA Heliotrope

📋 copy color: '#DC71FA'

red 220 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #DC71FA

Tints of Heliotrope #DC71FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.88%

R = 37.74%
G = 19.38%
B = 42.88%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC71FA (or 0xDC71FA) is known color: Heliotrope. HEX triplet: DC, 71 and FA. RGB value is (220,113,250). Sum of RGB (Red+Green+Blue) = 220+113+250=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC71FA is #238E05. Grayscale: #A0A0A0. Windows color (decimal): -2330118 or 16413148. OLE color: 16413148.

HSL color Cylindrical-coordinate representation of color #DC71FA: hue angle of 286.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC71FA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 113 250 -
CMYK 0.12 0.55 0 0.02
HSL 286.86º 0.93% 0.71% -
HSV(B) 286.86º 0.55% 0.98% -
XYZ 52.68 33.93 94.21 -
YUV 160.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 220 113 250 0.12 0.55 0 0.02 286.86 0.93 0.71
Hex DC 71 FA C 37 0 2 11F 5D 47
Octal 334 161 372 14 67 0 2 437 135 107
Binary 11011100 1110001 11111010 1100 110111 0 10 100011111 1011101 1000111

Color Harmonies of #DC71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71FA

Black with #DC71FA

Text Example


Text Example

White with #DC71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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