Html Css Color HEX #DB4DFD Heliotrope

📋 copy color: '#DB4DFD'

red 219 ◦ green 77 ◦ blue 253

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

Shades of Heliotrope #DB4DFD

Tints of Heliotrope #DB4DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.03%

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

R = 39.89%
G = 14.03%
B = 46.08%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB4DFD (or 0xDB4DFD) is known color: Heliotrope. HEX triplet: DB, 4D and FD. RGB value is (219,77,253). Sum of RGB (Red+Green+Blue) = 219+77+253=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 77 (30.47% from 255 or 14.03% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB4DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DFD is #24B202. Grayscale: #8A8A8A. Windows color (decimal): -2404867 or 16600539. OLE color: 16600539.

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

Color convert

RGB 219 77 253 -
CMYK 0.13 0.70 0 0.01
HSL 288.41º 0.98% 0.65% -
HSV(B) 288.41º 0.7% 0.99% -
XYZ 49.6 27.46 95.61 -
YUV 139.52 192.04 184.69 -
System Red Green Blue C M Y K H S L
Decimal 219 77 253 0.13 0.70 0 0.01 288.41 0.98 0.65
Hex DB 4D FD D 46 0 1 120 62 41
Octal 333 115 375 15 106 0 1 440 142 101
Binary 11011011 1001101 11111101 1101 1000110 0 1 100100000 1100010 1000001

Color Harmonies of #DB4DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DFD

Black with #DB4DFD

Text Example


Text Example

White with #DB4DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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