Html Css Color HEX #DB55FD Heliotrope

📋 copy color: '#DB55FD'

red 219 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #DB55FD

Tints of Heliotrope #DB55FD

RGB

 RED value IS 219 (85.94% from 255) = 39.32%

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

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

R = 39.32%
G = 15.26%
B = 45.42%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB55FD (or 0xDB55FD) is known color: Heliotrope. HEX triplet: DB, 55 and FD. RGB value is (219,85,253). Sum of RGB (Red+Green+Blue) = 219+85+253=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB55FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB55FD is #24AA02. Grayscale: #8F8F8F. Windows color (decimal): -2402819 or 16602587. OLE color: 16602587.

HSL color Cylindrical-coordinate representation of color #DB55FD: hue angle of 287.86º 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 #DB55FD is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 85 253 -
CMYK 0.13 0.66 0 0.01
HSL 287.86º 0.98% 0.66% -
HSV(B) 287.86º 0.66% 0.99% -
XYZ 50.19 28.65 95.81 -
YUV 144.22 189.39 181.34 -
System Red Green Blue C M Y K H S L
Decimal 219 85 253 0.13 0.66 0 0.01 287.86 0.98 0.66
Hex DB 55 FD D 42 0 1 120 62 42
Octal 333 125 375 15 102 0 1 440 142 102
Binary 11011011 1010101 11111101 1101 1000010 0 1 100100000 1100010 1000010

Color Harmonies of #DB55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55FD

Black with #DB55FD

Text Example


Text Example

White with #DB55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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