Html Css Color HEX #DF5AFF Heliotrope

📋 copy color: '#DF5AFF'

red 223 ◦ green 90 ◦ blue 255

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

Shades of Heliotrope #DF5AFF

Tints of Heliotrope #DF5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.85%

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

R = 39.26%
G = 15.85%
B = 44.89%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF5AFF (or 0xDF5AFF) is known color: Heliotrope. HEX triplet: DF, 5A and FF. RGB value is (223,90,255). Sum of RGB (Red+Green+Blue) = 223+90+255=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 90 (35.55% from 255 or 15.85% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5AFF is #20A500. Grayscale: #949494. Windows color (decimal): -2139393 or 16734943. OLE color: 16734943.

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

Color convert

RGB 223 90 255 -
CMYK 0.13 0.65 0 0
HSL 288.36º 1% 0.68% -
HSV(B) 288.36º 0.65% 1% -
XYZ 52.14 30.22 97.69 -
YUV 148.58 188.06 181.08 -
System Red Green Blue C M Y K H S L
Decimal 223 90 255 0.13 0.65 0 0 288.36 1 0.68
Hex DF 5A FF D 41 0 0 120 64 44
Octal 337 132 377 15 101 0 0 440 144 104
Binary 11011111 1011010 11111111 1101 1000001 0 0 100100000 1100100 1000100

Color Harmonies of #DF5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5AFF

Black with #DF5AFF

Text Example


Text Example

White with #DF5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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