Html Css Color HEX #DB75EB Heliotrope

📋 copy color: '#DB75EB'

red 219 ◦ green 117 ◦ blue 235

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

Shades of Heliotrope #DB75EB

Tints of Heliotrope #DB75EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.49%

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

R = 38.35%
G = 20.49%
B = 41.16%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB75EB (or 0xDB75EB) is known color: Heliotrope. HEX triplet: DB, 75 and EB. RGB value is (219,117,235). Sum of RGB (Red+Green+Blue) = 219+117+235=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB75EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75EB is #248A14. Grayscale: #A0A0A0. Windows color (decimal): -2394645 or 15431131. OLE color: 15431131.

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

Color convert

RGB 219 117 235 -
CMYK 0.07 0.50 0 0.08
HSL 291.86º 0.75% 0.69% -
HSV(B) 291.86º 0.5% 0.92% -
XYZ 50.57 33.78 82.45 -
YUV 160.95 169.79 169.41 -
System Red Green Blue C M Y K H S L
Decimal 219 117 235 0.07 0.50 0 0.08 291.86 0.75 0.69
Hex DB 75 EB 7 32 0 8 124 4B 45
Octal 333 165 353 7 62 0 10 444 113 105
Binary 11011011 1110101 11101011 111 110010 0 1000 100100100 1001011 1000101

Color Harmonies of #DB75EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75EB

Black with #DB75EB

Text Example


Text Example

White with #DB75EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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