Html Css Color HEX #DB74EB Heliotrope

📋 copy color: '#DB74EB'

red 219 ◦ green 116 ◦ blue 235

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

Shades of Heliotrope #DB74EB

Tints of Heliotrope #DB74EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.23%

R = 38.42%
G = 20.35%
B = 41.23%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB74EB (or 0xDB74EB) is known color: Heliotrope. HEX triplet: DB, 74 and EB. RGB value is (219,116,235). Sum of RGB (Red+Green+Blue) = 219+116+235=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB74EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB74EB is #248B14. Grayscale: #9F9F9F. Windows color (decimal): -2394901 or 15430875. OLE color: 15430875.

HSL color Cylindrical-coordinate representation of color #DB74EB: hue angle of 291.93º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB74EB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 116 235 -
CMYK 0.07 0.51 0 0.08
HSL 291.93º 0.75% 0.69% -
HSV(B) 291.93º 0.51% 0.92% -
XYZ 50.45 33.55 82.41 -
YUV 160.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 219 116 235 0.07 0.51 0 0.08 291.93 0.75 0.69
Hex DB 74 EB 7 33 0 8 124 4B 45
Octal 333 164 353 7 63 0 10 444 113 105
Binary 11011011 1110100 11101011 111 110011 0 1000 100100100 1001011 1000101

Color Harmonies of #DB74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74EB

Black with #DB74EB

Text Example


Text Example

White with #DB74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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