Html Css Color HEX #DF5AFA Heliotrope

📋 copy color: '#DF5AFA'

red 223 ◦ green 90 ◦ blue 250

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

Shades of Heliotrope #DF5AFA

Tints of Heliotrope #DF5AFA

RGB

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

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

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

R = 39.61%
G = 15.99%
B = 44.4%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF5AFA (or 0xDF5AFA) is known color: Heliotrope. HEX triplet: DF, 5A and FA. RGB value is (223,90,250). Sum of RGB (Red+Green+Blue) = 223+90+250=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF5AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5AFA is #20A505. Grayscale: #939393. Windows color (decimal): -2139398 or 16407263. OLE color: 16407263.

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

Color convert

RGB 223 90 250 -
CMYK 0.11 0.64 0 0.02
HSL 289.88º 0.94% 0.67% -
HSV(B) 289.88º 0.64% 0.98% -
XYZ 51.34 29.9 93.51 -
YUV 148.01 185.56 181.49 -
System Red Green Blue C M Y K H S L
Decimal 223 90 250 0.11 0.64 0 0.02 289.88 0.94 0.67
Hex DF 5A FA B 40 0 2 122 5E 43
Octal 337 132 372 13 100 0 2 442 136 103
Binary 11011111 1011010 11111010 1011 1000000 0 10 100100010 1011110 1000011

Color Harmonies of #DF5AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5AFA

Black with #DF5AFA

Text Example


Text Example

White with #DF5AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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