Html Css Color HEX #DF5FEF Heliotrope

📋 copy color: '#DF5FEF'

red 223 ◦ green 95 ◦ blue 239

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

Shades of Heliotrope #DF5FEF

Tints of Heliotrope #DF5FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.06%

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 40.04%
G = 17.06%
B = 42.91%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF5FEF (or 0xDF5FEF) is known color: Heliotrope. HEX triplet: DF, 5F and EF. RGB value is (223,95,239). Sum of RGB (Red+Green+Blue) = 223+95+239=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 95 (37.5% from 255 or 17.06% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF5FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5FEF is #20A010. Grayscale: #959595. Windows color (decimal): -2138129 or 15687647. OLE color: 15687647.

HSL color Cylindrical-coordinate representation of color #DF5FEF: hue angle of 293.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5FEF is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 95 239 -
CMYK 0.07 0.60 0 0.06
HSL 293.33º 0.82% 0.65% -
HSV(B) 293.33º 0.6% 0.94% -
XYZ 50.1 30.1 84.83 -
YUV 149.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 223 95 239 0.07 0.60 0 0.06 293.33 0.82 0.65
Hex DF 5F EF 7 3C 0 6 125 52 41
Octal 337 137 357 7 74 0 6 445 122 101
Binary 11011111 1011111 11101111 111 111100 0 110 100100101 1010010 1000001

Color Harmonies of #DF5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5FEF

Black with #DF5FEF

Text Example


Text Example

White with #DF5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5FEF; }

 p { color: rgb(223,95,239); }

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

background-color css

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

 a { background-color: rgb(223,95,239); }

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

border-color css

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

 span { border-color: rgb(223,95,239); }

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