Html Css Color HEX #DC71FB Heliotrope

📋 copy color: '#DC71FB'

red 220 ◦ green 113 ◦ blue 251

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

Shades of Heliotrope #DC71FB

Tints of Heliotrope #DC71FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.98%

R = 37.67%
G = 19.35%
B = 42.98%

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

#DC71FB (or 0xDC71FB) is known color: Heliotrope. HEX triplet: DC, 71 and FB. RGB value is (220,113,251). Sum of RGB (Red+Green+Blue) = 220+113+251=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC71FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC71FB is #238E04. Grayscale: #A0A0A0. Windows color (decimal): -2330117 or 16478684. OLE color: 16478684.

HSL color Cylindrical-coordinate representation of color #DC71FB: hue angle of 286.52º degrees, saturation: 0.95, 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 #DC71FB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 113 251 -
CMYK 0.12 0.55 0 0.02
HSL 286.52º 0.95% 0.71% -
HSV(B) 286.52º 0.55% 0.98% -
XYZ 52.83 33.99 95.04 -
YUV 160.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 220 113 251 0.12 0.55 0 0.02 286.52 0.95 0.71
Hex DC 71 FB C 37 0 2 11F 5F 47
Octal 334 161 373 14 67 0 2 437 137 107
Binary 11011100 1110001 11111011 1100 110111 0 10 100011111 1011111 1000111

Color Harmonies of #DC71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71FB

Black with #DC71FB

Text Example


Text Example

White with #DC71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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