Html Css Color HEX #DB74FF Heliotrope

📋 copy color: '#DB74FF'

red 219 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #DB74FF

Tints of Heliotrope #DB74FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.22%

R = 37.12%
G = 19.66%
B = 43.22%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB74FF (or 0xDB74FF) is known color: Heliotrope. HEX triplet: DB, 74 and FF. RGB value is (219,116,255). Sum of RGB (Red+Green+Blue) = 219+116+255=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 116 (45.70% from 255 or 19.66% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB74FF is #248B00. Grayscale: #A2A2A2. Windows color (decimal): -2394881 or 16741595. OLE color: 16741595.

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

Color convert

RGB 219 116 255 -
CMYK 0.14 0.55 0 0
HSL 284.46º 1% 0.73% -
HSV(B) 284.46º 0.55% 1% -
XYZ 53.51 34.77 98.5 -
YUV 162.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 219 116 255 0.14 0.55 0 0 284.46 1 0.73
Hex DB 74 FF E 37 0 0 11C 64 49
Octal 333 164 377 16 67 0 0 434 144 111
Binary 11011011 1110100 11111111 1110 110111 0 0 100011100 1100100 1001001

Color Harmonies of #DB74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74FF

Black with #DB74FF

Text Example


Text Example

White with #DB74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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