Html Css Color HEX #DF5FFA Heliotrope

📋 copy color: '#DF5FFA'

red 223 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #DF5FFA

Tints of Heliotrope #DF5FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.01%

R = 39.26%
G = 16.73%
B = 44.01%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF5FFA (or 0xDF5FFA) is known color: Heliotrope. HEX triplet: DF, 5F and FA. RGB value is (223,95,250). Sum of RGB (Red+Green+Blue) = 223+95+250=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 95 (37.5% from 255 or 16.73% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF5FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5FFA is #20A005. Grayscale: #969696. Windows color (decimal): -2138118 or 16408543. OLE color: 16408543.

HSL color Cylindrical-coordinate representation of color #DF5FFA: hue angle of 289.55º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5FFA is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 95 250 -
CMYK 0.11 0.62 0 0.02
HSL 289.55º 0.94% 0.68% -
HSV(B) 289.55º 0.62% 0.98% -
XYZ 51.78 30.77 93.65 -
YUV 150.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 223 95 250 0.11 0.62 0 0.02 289.55 0.94 0.68
Hex DF 5F FA B 3E 0 2 122 5E 44
Octal 337 137 372 13 76 0 2 442 136 104
Binary 11011111 1011111 11111010 1011 111110 0 10 100100010 1011110 1000100

Color Harmonies of #DF5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5FFA

Black with #DF5FFA

Text Example


Text Example

White with #DF5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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