Html Css Color HEX #DB74FE Heliotrope

📋 copy color: '#DB74FE'

red 219 ◦ green 116 ◦ blue 254

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

Shades of Heliotrope #DB74FE

Tints of Heliotrope #DB74FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 37.18%
G = 19.69%
B = 43.12%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB74FE (or 0xDB74FE) is known color: Heliotrope. HEX triplet: DB, 74 and FE. RGB value is (219,116,254). Sum of RGB (Red+Green+Blue) = 219+116+254=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 116 (45.70% from 255 or 19.69% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB74FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB74FE is #248B01. Grayscale: #A2A2A2. Windows color (decimal): -2394882 or 16676059. OLE color: 16676059.

HSL color Cylindrical-coordinate representation of color #DB74FE: hue angle of 284.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB74FE is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 116 254 -
CMYK 0.14 0.54 0 0.00
HSL 284.78º 0.99% 0.73% -
HSV(B) 284.78º 0.54% 1% -
XYZ 53.35 34.71 97.65 -
YUV 162.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 219 116 254 0.14 0.54 0 0.00 284.78 0.99 0.73
Hex DB 74 FE E 36 0 0 11D 63 49
Octal 333 164 376 16 66 0 0 435 143 111
Binary 11011011 1110100 11111110 1110 110110 0 0 100011101 1100011 1001001

Color Harmonies of #DB74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74FE

Black with #DB74FE

Text Example


Text Example

White with #DB74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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