Html Css Color HEX #DF5FFF Heliotrope

📋 copy color: '#DF5FFF'

red 223 ◦ green 95 ◦ blue 255

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

Shades of Heliotrope #DF5FFF

Tints of Heliotrope #DF5FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 38.92%
G = 16.58%
B = 44.5%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF5FFF (or 0xDF5FFF) is known color: Heliotrope. HEX triplet: DF, 5F and FF. RGB value is (223,95,255). Sum of RGB (Red+Green+Blue) = 223+95+255=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5FFF is #20A000. Grayscale: #979797. Windows color (decimal): -2138113 or 16736223. OLE color: 16736223.

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

Color convert

RGB 223 95 255 -
CMYK 0.13 0.63 0 0
HSL 288º 1% 0.69% -
HSV(B) 288º 0.63% 1% -
XYZ 52.57 31.09 97.84 -
YUV 151.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 223 95 255 0.13 0.63 0 0 288 1 0.69
Hex DF 5F FF D 3F 0 0 120 64 45
Octal 337 137 377 15 77 0 0 440 144 105
Binary 11011111 1011111 11111111 1101 111111 0 0 100100000 1100100 1000101

Color Harmonies of #DF5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5FFF

Black with #DF5FFF

Text Example


Text Example

White with #DF5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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