Html Css Color HEX #DF55FA Heliotrope

📋 copy color: '#DF55FA'

red 223 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #DF55FA

Tints of Heliotrope #DF55FA

RGB

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

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

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

R = 39.96%
G = 15.23%
B = 44.8%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF55FA (or 0xDF55FA) is known color: Heliotrope. HEX triplet: DF, 55 and FA. RGB value is (223,85,250). Sum of RGB (Red+Green+Blue) = 223+85+250=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 85 (33.59% from 255 or 15.23% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF55FA is #20AA05. Grayscale: #909090. Windows color (decimal): -2140678 or 16405983. OLE color: 16405983.

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

Color convert

RGB 223 85 250 -
CMYK 0.11 0.66 0 0.02
HSL 290.18º 0.94% 0.66% -
HSV(B) 290.18º 0.66% 0.98% -
XYZ 50.94 29.09 93.37 -
YUV 145.07 187.22 183.58 -
System Red Green Blue C M Y K H S L
Decimal 223 85 250 0.11 0.66 0 0.02 290.18 0.94 0.66
Hex DF 55 FA B 42 0 2 122 5E 42
Octal 337 125 372 13 102 0 2 442 136 102
Binary 11011111 1010101 11111010 1011 1000010 0 10 100100010 1011110 1000010

Color Harmonies of #DF55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55FA

Black with #DF55FA

Text Example


Text Example

White with #DF55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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