Html Css Color HEX #DB4AF8 Heliotrope

📋 copy color: '#DB4AF8'

red 219 ◦ green 74 ◦ blue 248

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

Shades of Heliotrope #DB4AF8

Tints of Heliotrope #DB4AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.84%

R = 40.48%
G = 13.68%
B = 45.84%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DB4AF8 (or 0xDB4AF8) is known color: Heliotrope. HEX triplet: DB, 4A and F8. RGB value is (219,74,248). Sum of RGB (Red+Green+Blue) = 219+74+248=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 74 (29.30% from 255 or 13.68% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB4AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AF8 is #24B507. Grayscale: #888888. Windows color (decimal): -2405640 or 16272091. OLE color: 16272091.

HSL color Cylindrical-coordinate representation of color #DB4AF8: hue angle of 290º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4AF8 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 74 248 -
CMYK 0.12 0.70 0 0.03
HSL 290º 0.93% 0.63% -
HSV(B) 290º 0.7% 0.97% -
XYZ 48.61 26.73 91.41 -
YUV 137.19 190.54 186.35 -
System Red Green Blue C M Y K H S L
Decimal 219 74 248 0.12 0.70 0 0.03 290 0.93 0.63
Hex DB 4A F8 C 46 0 3 122 5D 3F
Octal 333 112 370 14 106 0 3 442 135 77
Binary 11011011 1001010 11111000 1100 1000110 0 11 100100010 1011101 111111

Color Harmonies of #DB4AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AF8

Black with #DB4AF8

Text Example


Text Example

White with #DB4AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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