Html Css Color HEX #DF71FC Heliotrope

📋 copy color: '#DF71FC'

red 223 ◦ green 113 ◦ blue 252

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

Shades of Heliotrope #DF71FC

Tints of Heliotrope #DF71FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.86%

R = 37.93%
G = 19.22%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF71FC (or 0xDF71FC) is known color: Heliotrope. HEX triplet: DF, 71 and FC. RGB value is (223,113,252). Sum of RGB (Red+Green+Blue) = 223+113+252=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 113 (44.53% from 255 or 19.22% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF71FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71FC is #208E03. Grayscale: #A1A1A1. Windows color (decimal): -2133508 or 16544223. OLE color: 16544223.

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

Color convert

RGB 223 113 252 -
CMYK 0.12 0.55 0 0.01
HSL 287.48º 0.96% 0.72% -
HSV(B) 287.48º 0.55% 0.99% -
XYZ 53.91 34.53 95.92 -
YUV 161.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 223 113 252 0.12 0.55 0 0.01 287.48 0.96 0.72
Hex DF 71 FC C 37 0 1 11F 60 48
Octal 337 161 374 14 67 0 1 437 140 110
Binary 11011111 1110001 11111100 1100 110111 0 1 100011111 1100000 1001000

Color Harmonies of #DF71FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF71FC

Black with #DF71FC

Text Example


Text Example

White with #DF71FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF71FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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