Html Css Color HEX #DB5AF4 Heliotrope

📋 copy color: '#DB5AF4'

red 219 ◦ green 90 ◦ blue 244

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

Shades of Heliotrope #DB5AF4

Tints of Heliotrope #DB5AF4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.27%

 BLUE value IS 244 (95.7% from 255) = 44.12%

R = 39.6%
G = 16.27%
B = 44.12%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB5AF4 (or 0xDB5AF4) is known color: Heliotrope. HEX triplet: DB, 5A and F4. RGB value is (219,90,244). Sum of RGB (Red+Green+Blue) = 219+90+244=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB5AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5AF4 is #24A50B. Grayscale: #919191. Windows color (decimal): -2401548 or 16014043. OLE color: 16014043.

HSL color Cylindrical-coordinate representation of color #DB5AF4: hue angle of 290.26º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5AF4 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 90 244 -
CMYK 0.10 0.63 0 0.04
HSL 290.26º 0.88% 0.65% -
HSV(B) 290.26º 0.63% 0.96% -
XYZ 49.2 28.9 88.57 -
YUV 146.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 219 90 244 0.10 0.63 0 0.04 290.26 0.88 0.65
Hex DB 5A F4 A 3F 0 4 122 58 41
Octal 333 132 364 12 77 0 4 442 130 101
Binary 11011011 1011010 11110100 1010 111111 0 100 100100010 1011000 1000001

Color Harmonies of #DB5AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AF4

Black with #DB5AF4

Text Example


Text Example

White with #DB5AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AF4; }

 p { color: rgb(219,90,244); }

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

background-color css

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

 a { background-color: rgb(219,90,244); }

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

border-color css

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

 span { border-color: rgb(219,90,244); }

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