Html Css Color HEX #DF55FD Heliotrope

📋 copy color: '#DF55FD'

red 223 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #DF55FD

Tints of Heliotrope #DF55FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 39.75%
G = 15.15%
B = 45.1%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF55FD (or 0xDF55FD) is known color: Heliotrope. HEX triplet: DF, 55 and FD. RGB value is (223,85,253). Sum of RGB (Red+Green+Blue) = 223+85+253=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF55FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF55FD is #20AA02. Grayscale: #909090. Windows color (decimal): -2140675 or 16602591. OLE color: 16602591.

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

Color convert

RGB 223 85 253 -
CMYK 0.12 0.66 0 0.01
HSL 289.29º 0.98% 0.66% -
HSV(B) 289.29º 0.66% 0.99% -
XYZ 51.41 29.28 95.87 -
YUV 145.41 188.72 183.34 -
System Red Green Blue C M Y K H S L
Decimal 223 85 253 0.12 0.66 0 0.01 289.29 0.98 0.66
Hex DF 55 FD C 42 0 1 121 62 42
Octal 337 125 375 14 102 0 1 441 142 102
Binary 11011111 1010101 11111101 1100 1000010 0 1 100100001 1100010 1000010

Color Harmonies of #DF55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55FD

Black with #DF55FD

Text Example


Text Example

White with #DF55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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