Html Css Color HEX #DB74FC Heliotrope

📋 copy color: '#DB74FC'

red 219 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #DB74FC

Tints of Heliotrope #DB74FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.93%

R = 37.31%
G = 19.76%
B = 42.93%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB74FC (or 0xDB74FC) is known color: Heliotrope. HEX triplet: DB, 74 and FC. RGB value is (219,116,252). Sum of RGB (Red+Green+Blue) = 219+116+252=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB74FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB74FC is #248B03. Grayscale: #A1A1A1. Windows color (decimal): -2394884 or 16544987. OLE color: 16544987.

HSL color Cylindrical-coordinate representation of color #DB74FC: hue angle of 285.44º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB74FC is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 116 252 -
CMYK 0.13 0.54 0 0.01
HSL 285.44º 0.96% 0.72% -
HSV(B) 285.44º 0.54% 0.99% -
XYZ 53.03 34.58 95.97 -
YUV 162.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 219 116 252 0.13 0.54 0 0.01 285.44 0.96 0.72
Hex DB 74 FC D 36 0 1 11D 60 48
Octal 333 164 374 15 66 0 1 435 140 110
Binary 11011011 1110100 11111100 1101 110110 0 1 100011101 1100000 1001000

Color Harmonies of #DB74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74FC

Black with #DB74FC

Text Example


Text Example

White with #DB74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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