Html Css Color HEX #DF5EFE Heliotrope

📋 copy color: '#DF5EFE'

red 223 ◦ green 94 ◦ blue 254

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

Shades of Heliotrope #DF5EFE

Tints of Heliotrope #DF5EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.46%

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

R = 39.05%
G = 16.46%
B = 44.48%

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

#DF5EFE (or 0xDF5EFE) is known color: Heliotrope. HEX triplet: DF, 5E and FE. RGB value is (223,94,254). Sum of RGB (Red+Green+Blue) = 223+94+254=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 94 (37.11% from 255 or 16.46% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF5EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5EFE is #20A101. Grayscale: #969696. Windows color (decimal): -2138370 or 16670431. OLE color: 16670431.

HSL color Cylindrical-coordinate representation of color #DF5EFE: hue angle of 288.38º 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 #DF5EFE is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 94 254 -
CMYK 0.12 0.63 0 0.00
HSL 288.38º 0.99% 0.68% -
HSV(B) 288.38º 0.63% 1% -
XYZ 52.32 30.85 96.96 -
YUV 150.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 223 94 254 0.12 0.63 0 0.00 288.38 0.99 0.68
Hex DF 5E FE C 3F 0 0 120 63 44
Octal 337 136 376 14 77 0 0 440 143 104
Binary 11011111 1011110 11111110 1100 111111 0 0 100100000 1100011 1000100

Color Harmonies of #DF5EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5EFE

Black with #DF5EFE

Text Example


Text Example

White with #DF5EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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