Html Css Color HEX #DF5EFC Heliotrope

📋 copy color: '#DF5EFC'

red 223 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #DF5EFC

Tints of Heliotrope #DF5EFC

RGB

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

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

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

R = 39.19%
G = 16.52%
B = 44.29%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF5EFC (or 0xDF5EFC) is known color: Heliotrope. HEX triplet: DF, 5E and FC. RGB value is (223,94,252). Sum of RGB (Red+Green+Blue) = 223+94+252=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 94 (37.11% from 255 or 16.52% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5EFC is #20A103. Grayscale: #969696. Windows color (decimal): -2138372 or 16539359. OLE color: 16539359.

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

Color convert

RGB 223 94 252 -
CMYK 0.12 0.63 0 0.01
HSL 288.99º 0.96% 0.68% -
HSV(B) 288.99º 0.63% 0.99% -
XYZ 52 30.72 95.28 -
YUV 150.58 185.24 179.65 -
System Red Green Blue C M Y K H S L
Decimal 223 94 252 0.12 0.63 0 0.01 288.99 0.96 0.68
Hex DF 5E FC C 3F 0 1 121 60 44
Octal 337 136 374 14 77 0 1 441 140 104
Binary 11011111 1011110 11111100 1100 111111 0 1 100100001 1100000 1000100

Color Harmonies of #DF5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5EFC

Black with #DF5EFC

Text Example


Text Example

White with #DF5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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