Html Css Color HEX #DB75FA Heliotrope

📋 copy color: '#DB75FA'

red 219 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #DB75FA

Tints of Heliotrope #DB75FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 37.37%
G = 19.97%
B = 42.66%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB75FA (or 0xDB75FA) is known color: Heliotrope. HEX triplet: DB, 75 and FA. RGB value is (219,117,250). Sum of RGB (Red+Green+Blue) = 219+117+250=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB75FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75FA is #248A05. Grayscale: #A2A2A2. Windows color (decimal): -2394630 or 16414171. OLE color: 16414171.

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

Color convert

RGB 219 117 250 -
CMYK 0.12 0.53 0 0.02
HSL 286.02º 0.93% 0.72% -
HSV(B) 286.02º 0.53% 0.98% -
XYZ 52.83 34.68 94.35 -
YUV 162.66 177.29 168.19 -
System Red Green Blue C M Y K H S L
Decimal 219 117 250 0.12 0.53 0 0.02 286.02 0.93 0.72
Hex DB 75 FA C 35 0 2 11E 5D 48
Octal 333 165 372 14 65 0 2 436 135 110
Binary 11011011 1110101 11111010 1100 110101 0 10 100011110 1011101 1001000

Color Harmonies of #DB75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75FA

Black with #DB75FA

Text Example


Text Example

White with #DB75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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