Html Css Color HEX #DB74F8 Heliotrope

📋 copy color: '#DB74F8'

red 219 ◦ green 116 ◦ blue 248

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

Shades of Heliotrope #DB74F8

Tints of Heliotrope #DB74F8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.9%

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

R = 37.56%
G = 19.9%
B = 42.54%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DB74F8 (or 0xDB74F8) is known color: Heliotrope. HEX triplet: DB, 74 and F8. RGB value is (219,116,248). Sum of RGB (Red+Green+Blue) = 219+116+248=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB74F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB74F8 is #248B07. Grayscale: #A1A1A1. Windows color (decimal): -2394888 or 16282843. OLE color: 16282843.

HSL color Cylindrical-coordinate representation of color #DB74F8: hue angle of 286.82º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB74F8 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 116 248 -
CMYK 0.12 0.53 0 0.03
HSL 286.82º 0.9% 0.71% -
HSV(B) 286.82º 0.53% 0.97% -
XYZ 52.4 34.33 92.67 -
YUV 161.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 219 116 248 0.12 0.53 0 0.03 286.82 0.9 0.71
Hex DB 74 F8 C 35 0 3 11F 5A 47
Octal 333 164 370 14 65 0 3 437 132 107
Binary 11011011 1110100 11111000 1100 110101 0 11 100011111 1011010 1000111

Color Harmonies of #DB74F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74F8

Black with #DB74F8

Text Example


Text Example

White with #DB74F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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