Html Css Color HEX #DF5DFE Heliotrope

📋 copy color: '#DF5DFE'

red 223 ◦ green 93 ◦ blue 254

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

Shades of Heliotrope #DF5DFE

Tints of Heliotrope #DF5DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.32%

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 39.12%
G = 16.32%
B = 44.56%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DF5DFE (or 0xDF5DFE) is known color: Heliotrope. HEX triplet: DF, 5D and FE. RGB value is (223,93,254). Sum of RGB (Red+Green+Blue) = 223+93+254=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 93 (36.72% from 255 or 16.32% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5DFE is #20A201. Grayscale: #959595. Windows color (decimal): -2138626 or 16670175. OLE color: 16670175.

HSL color Cylindrical-coordinate representation of color #DF5DFE: hue angle of 288.45º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5DFE is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 93 254 -
CMYK 0.12 0.63 0 0.00
HSL 288.45º 0.99% 0.68% -
HSV(B) 288.45º 0.63% 1% -
XYZ 52.24 30.67 96.93 -
YUV 150.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 223 93 254 0.12 0.63 0 0.00 288.45 0.99 0.68
Hex DF 5D FE C 3F 0 0 120 63 44
Octal 337 135 376 14 77 0 0 440 143 104
Binary 11011111 1011101 11111110 1100 111111 0 0 100100000 1100011 1000100

Color Harmonies of #DF5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5DFE

Black with #DF5DFE

Text Example


Text Example

White with #DF5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5DFE; }

 p { color: rgb(223,93,254); }

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

background-color css

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

 a { background-color: rgb(223,93,254); }

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

border-color css

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

 span { border-color: rgb(223,93,254); }

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