Html Css Color HEX #DB74FB Heliotrope

📋 copy color: '#DB74FB'

red 219 ◦ green 116 ◦ blue 251

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

Shades of Heliotrope #DB74FB

Tints of Heliotrope #DB74FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 37.37%
G = 19.8%
B = 42.83%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB74FB (or 0xDB74FB) is known color: Heliotrope. HEX triplet: DB, 74 and FB. RGB value is (219,116,251). Sum of RGB (Red+Green+Blue) = 219+116+251=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 116 (45.70% from 255 or 19.80% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB74FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB74FB is #248B04. Grayscale: #A1A1A1. Windows color (decimal): -2394885 or 16479451. OLE color: 16479451.

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

Color convert

RGB 219 116 251 -
CMYK 0.13 0.54 0 0.02
HSL 285.78º 0.94% 0.72% -
HSV(B) 285.78º 0.54% 0.98% -
XYZ 52.87 34.52 95.14 -
YUV 162.19 178.12 168.52 -
System Red Green Blue C M Y K H S L
Decimal 219 116 251 0.13 0.54 0 0.02 285.78 0.94 0.72
Hex DB 74 FB D 36 0 2 11E 5E 48
Octal 333 164 373 15 66 0 2 436 136 110
Binary 11011011 1110100 11111011 1101 110110 0 10 100011110 1011110 1001000

Color Harmonies of #DB74FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74FB

Black with #DB74FB

Text Example


Text Example

White with #DB74FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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