Html Css Color HEX #DB58FD Heliotrope

📋 copy color: '#DB58FD'

red 219 ◦ green 88 ◦ blue 253

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

Shades of Heliotrope #DB58FD

Tints of Heliotrope #DB58FD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.71%

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

R = 39.11%
G = 15.71%
B = 45.18%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB58FD (or 0xDB58FD) is known color: Heliotrope. HEX triplet: DB, 58 and FD. RGB value is (219,88,253). Sum of RGB (Red+Green+Blue) = 219+88+253=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 88 (34.77% from 255 or 15.71% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB58FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB58FD is #24A702. Grayscale: #919191. Windows color (decimal): -2402051 or 16603355. OLE color: 16603355.

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

Color convert

RGB 219 88 253 -
CMYK 0.13 0.65 0 0.01
HSL 287.64º 0.98% 0.67% -
HSV(B) 287.64º 0.65% 0.99% -
XYZ 50.43 29.13 95.89 -
YUV 145.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 219 88 253 0.13 0.65 0 0.01 287.64 0.98 0.67
Hex DB 58 FD D 41 0 1 120 62 43
Octal 333 130 375 15 101 0 1 440 142 103
Binary 11011011 1011000 11111101 1101 1000001 0 1 100100000 1100010 1000011

Color Harmonies of #DB58FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB58FD

Black with #DB58FD

Text Example


Text Example

White with #DB58FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB58FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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