Html Css Color HEX #DB75EA Heliotrope

📋 copy color: '#DB75EA'

red 219 ◦ green 117 ◦ blue 234

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

Shades of Heliotrope #DB75EA

Tints of Heliotrope #DB75EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 38.42%
G = 20.53%
B = 41.05%

CMYK

 C value IS 0.06

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB75EA (or 0xDB75EA) is known color: Heliotrope. HEX triplet: DB, 75 and EA. RGB value is (219,117,234). Sum of RGB (Red+Green+Blue) = 219+117+234=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB75EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75EA is #248A15. Grayscale: #A0A0A0. Windows color (decimal): -2394646 or 15365595. OLE color: 15365595.

HSL color Cylindrical-coordinate representation of color #DB75EA: hue angle of 292.31º degrees, saturation: 0.74, 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 #DB75EA is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 117 234 -
CMYK 0.06 0.5 0 0.08
HSL 292.31º 0.74% 0.69% -
HSV(B) 292.31º 0.5% 0.92% -
XYZ 50.43 33.72 81.69 -
YUV 160.84 169.29 169.49 -
System Red Green Blue C M Y K H S L
Decimal 219 117 234 0.06 0.5 0 0.08 292.31 0.74 0.69
Hex DB 75 EA 6 32 0 8 124 4A 45
Octal 333 165 352 6 62 0 10 444 112 105
Binary 11011011 1110101 11101010 110 110010 0 1000 100100100 1001010 1000101

Color Harmonies of #DB75EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75EA

Black with #DB75EA

Text Example


Text Example

White with #DB75EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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