Html Css Color HEX #DB5FFD Heliotrope

📋 copy color: '#DB5FFD'

red 219 ◦ green 95 ◦ blue 253

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

Shades of Heliotrope #DB5FFD

Tints of Heliotrope #DB5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.75%

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

R = 38.62%
G = 16.75%
B = 44.62%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB5FFD (or 0xDB5FFD) is known color: Heliotrope. HEX triplet: DB, 5F and FD. RGB value is (219,95,253). Sum of RGB (Red+Green+Blue) = 219+95+253=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB5FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5FFD is #24A002. Grayscale: #959595. Windows color (decimal): -2400259 or 16605147. OLE color: 16605147.

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

Color convert

RGB 219 95 253 -
CMYK 0.13 0.62 0 0.01
HSL 287.09º 0.98% 0.68% -
HSV(B) 287.09º 0.62% 0.99% -
XYZ 51.04 30.34 96.09 -
YUV 150.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 219 95 253 0.13 0.62 0 0.01 287.09 0.98 0.68
Hex DB 5F FD D 3E 0 1 11F 62 44
Octal 333 137 375 15 76 0 1 437 142 104
Binary 11011011 1011111 11111101 1101 111110 0 1 100011111 1100010 1000100

Color Harmonies of #DB5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FFD

Black with #DB5FFD

Text Example


Text Example

White with #DB5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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