Html Css Color HEX #DF58FA Heliotrope

📋 copy color: '#DF58FA'

red 223 ◦ green 88 ◦ blue 250

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

Shades of Heliotrope #DF58FA

Tints of Heliotrope #DF58FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.69%

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

R = 39.75%
G = 15.69%
B = 44.56%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF58FA (or 0xDF58FA) is known color: Heliotrope. HEX triplet: DF, 58 and FA. RGB value is (223,88,250). Sum of RGB (Red+Green+Blue) = 223+88+250=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 88 (34.77% from 255 or 15.69% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF58FA is #20A705. Grayscale: #929292. Windows color (decimal): -2139910 or 16406751. OLE color: 16406751.

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

Color convert

RGB 223 88 250 -
CMYK 0.11 0.65 0 0.02
HSL 290º 0.94% 0.66% -
HSV(B) 290º 0.65% 0.98% -
XYZ 51.18 29.57 93.45 -
YUV 146.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 223 88 250 0.11 0.65 0 0.02 290 0.94 0.66
Hex DF 58 FA B 41 0 2 122 5E 42
Octal 337 130 372 13 101 0 2 442 136 102
Binary 11011111 1011000 11111010 1011 1000001 0 10 100100010 1011110 1000010

Color Harmonies of #DF58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF58FA

Black with #DF58FA

Text Example


Text Example

White with #DF58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF58FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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