Html Css Color HEX #DB4AFD Heliotrope

📋 copy color: '#DB4AFD'

red 219 ◦ green 74 ◦ blue 253

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

Shades of Heliotrope #DB4AFD

Tints of Heliotrope #DB4AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.55%

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

R = 40.11%
G = 13.55%
B = 46.34%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB4AFD (or 0xDB4AFD) is known color: Heliotrope. HEX triplet: DB, 4A and FD. RGB value is (219,74,253). Sum of RGB (Red+Green+Blue) = 219+74+253=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 74 (29.30% from 255 or 13.55% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB4AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AFD is #24B502. Grayscale: #898989. Windows color (decimal): -2405635 or 16599771. OLE color: 16599771.

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

Color convert

RGB 219 74 253 -
CMYK 0.13 0.71 0 0.01
HSL 288.6º 0.98% 0.64% -
HSV(B) 288.6º 0.71% 0.99% -
XYZ 49.39 27.05 95.55 -
YUV 137.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 219 74 253 0.13 0.71 0 0.01 288.6 0.98 0.64
Hex DB 4A FD D 47 0 1 121 62 40
Octal 333 112 375 15 107 0 1 441 142 100
Binary 11011011 1001010 11111101 1101 1000111 0 1 100100001 1100010 1000000

Color Harmonies of #DB4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AFD

Black with #DB4AFD

Text Example


Text Example

White with #DB4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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