Html Css Color HEX #DF71FA Heliotrope

📋 copy color: '#DF71FA'

red 223 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #DF71FA

Tints of Heliotrope #DF71FA

RGB

 RED value IS 223 (87.5% from 255) = 38.05%

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

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

R = 38.05%
G = 19.28%
B = 42.66%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF71FA (or 0xDF71FA) is known color: Heliotrope. HEX triplet: DF, 71 and FA. RGB value is (223,113,250). Sum of RGB (Red+Green+Blue) = 223+113+250=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71FA is #208E05. Grayscale: #A1A1A1. Windows color (decimal): -2133510 or 16413151. OLE color: 16413151.

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

Color convert

RGB 223 113 250 -
CMYK 0.11 0.55 0 0.02
HSL 288.18º 0.93% 0.71% -
HSV(B) 288.18º 0.55% 0.98% -
XYZ 53.59 34.4 94.26 -
YUV 161.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 223 113 250 0.11 0.55 0 0.02 288.18 0.93 0.71
Hex DF 71 FA B 37 0 2 120 5D 47
Octal 337 161 372 13 67 0 2 440 135 107
Binary 11011111 1110001 11111010 1011 110111 0 10 100100000 1011101 1000111

Color Harmonies of #DF71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF71FA

Black with #DF71FA

Text Example


Text Example

White with #DF71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF71FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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