Html Css Color HEX #DF55FB Heliotrope

📋 copy color: '#DF55FB'

red 223 ◦ green 85 ◦ blue 251

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

Shades of Heliotrope #DF55FB

Tints of Heliotrope #DF55FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 39.89%
G = 15.21%
B = 44.9%

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

#DF55FB (or 0xDF55FB) is known color: Heliotrope. HEX triplet: DF, 55 and FB. RGB value is (223,85,251). Sum of RGB (Red+Green+Blue) = 223+85+251=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 85 (33.59% from 255 or 15.21% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF55FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF55FB is #20AA04. Grayscale: #909090. Windows color (decimal): -2140677 or 16471519. OLE color: 16471519.

HSL color Cylindrical-coordinate representation of color #DF55FB: hue angle of 289.88º degrees, saturation: 0.95, 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 #DF55FB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 85 251 -
CMYK 0.11 0.66 0 0.02
HSL 289.88º 0.95% 0.66% -
HSV(B) 289.88º 0.66% 0.98% -
XYZ 51.09 29.15 94.2 -
YUV 145.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 223 85 251 0.11 0.66 0 0.02 289.88 0.95 0.66
Hex DF 55 FB B 42 0 2 122 5F 42
Octal 337 125 373 13 102 0 2 442 137 102
Binary 11011111 1010101 11111011 1011 1000010 0 10 100100010 1011111 1000010

Color Harmonies of #DF55FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55FB

Black with #DF55FB

Text Example


Text Example

White with #DF55FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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