Html Css Color HEX #DF5CF1 Heliotrope

📋 copy color: '#DF5CF1'

red 223 ◦ green 92 ◦ blue 241

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

Shades of Heliotrope #DF5CF1

Tints of Heliotrope #DF5CF1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.55%

 BLUE value IS 241 (94.53% from 255) = 43.35%

R = 40.11%
G = 16.55%
B = 43.35%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF5CF1 (or 0xDF5CF1) is known color: Heliotrope. HEX triplet: DF, 5C and F1. RGB value is (223,92,241). Sum of RGB (Red+Green+Blue) = 223+92+241=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 92 (36.33% from 255 or 16.55% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF5CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5CF1 is #20A30E. Grayscale: #939393. Windows color (decimal): -2138895 or 15817951. OLE color: 15817951.

HSL color Cylindrical-coordinate representation of color #DF5CF1: hue angle of 292.75º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5CF1 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 92 241 -
CMYK 0.07 0.62 0 0.05
HSL 292.75º 0.84% 0.65% -
HSV(B) 292.75º 0.62% 0.95% -
XYZ 50.14 29.69 86.31 -
YUV 148.16 180.4 181.38 -
System Red Green Blue C M Y K H S L
Decimal 223 92 241 0.07 0.62 0 0.05 292.75 0.84 0.65
Hex DF 5C F1 7 3E 0 5 125 54 41
Octal 337 134 361 7 76 0 5 445 124 101
Binary 11011111 1011100 11110001 111 111110 0 101 100100101 1010100 1000001

Color Harmonies of #DF5CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5CF1

Black with #DF5CF1

Text Example


Text Example

White with #DF5CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5CF1; }

 p { color: rgb(223,92,241); }

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

background-color css

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

 a { background-color: rgb(223,92,241); }

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

border-color css

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

 span { border-color: rgb(223,92,241); }

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