Html Css Color HEX #DF55FF Heliotrope

📋 copy color: '#DF55FF'

red 223 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #DF55FF

Tints of Heliotrope #DF55FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.29%

R = 39.61%
G = 15.1%
B = 45.29%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF55FF (or 0xDF55FF) is known color: Heliotrope. HEX triplet: DF, 55 and FF. RGB value is (223,85,255). Sum of RGB (Red+Green+Blue) = 223+85+255=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 85 (33.59% from 255 or 15.10% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF55FF is #20AA00. Grayscale: #919191. Windows color (decimal): -2140673 or 16733663. OLE color: 16733663.

HSL color Cylindrical-coordinate representation of color #DF55FF: hue angle of 288.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF55FF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 223 85 255 -
CMYK 0.13 0.67 0 0
HSL 288.71º 1% 0.67% -
HSV(B) 288.71º 0.67% 1% -
XYZ 51.73 29.4 97.56 -
YUV 145.64 189.72 183.18 -
System Red Green Blue C M Y K H S L
Decimal 223 85 255 0.13 0.67 0 0 288.71 1 0.67
Hex DF 55 FF D 43 0 0 121 64 43
Octal 337 125 377 15 103 0 0 441 144 103
Binary 11011111 1010101 11111111 1101 1000011 0 0 100100001 1100100 1000011

Color Harmonies of #DF55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55FF

Black with #DF55FF

Text Example


Text Example

White with #DF55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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