Html Css Color HEX #DF55F9 Heliotrope

📋 copy color: '#DF55F9'

red 223 ◦ green 85 ◦ blue 249

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

Shades of Heliotrope #DF55F9

Tints of Heliotrope #DF55F9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.26%

 BLUE value IS 249 (97.66% from 255) = 44.7%

R = 40.04%
G = 15.26%
B = 44.7%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF55F9 (or 0xDF55F9) is known color: Heliotrope. HEX triplet: DF, 55 and F9. RGB value is (223,85,249). Sum of RGB (Red+Green+Blue) = 223+85+249=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF55F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF55F9 is #20AA06. Grayscale: #909090. Windows color (decimal): -2140679 or 16340447. OLE color: 16340447.

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

Color convert

RGB 223 85 249 -
CMYK 0.10 0.66 0 0.02
HSL 290.49º 0.93% 0.65% -
HSV(B) 290.49º 0.66% 0.98% -
XYZ 50.78 29.02 92.55 -
YUV 144.96 186.72 183.66 -
System Red Green Blue C M Y K H S L
Decimal 223 85 249 0.10 0.66 0 0.02 290.49 0.93 0.65
Hex DF 55 F9 A 42 0 2 122 5D 41
Octal 337 125 371 12 102 0 2 442 135 101
Binary 11011111 1010101 11111001 1010 1000010 0 10 100100010 1011101 1000001

Color Harmonies of #DF55F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55F9

Black with #DF55F9

Text Example


Text Example

White with #DF55F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55F9; }

 p { color: rgb(223,85,249); }

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

background-color css

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

 a { background-color: rgb(223,85,249); }

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

border-color css

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

 span { border-color: rgb(223,85,249); }

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