Html Css Color HEX #DB75FC Heliotrope

📋 copy color: '#DB75FC'

red 219 ◦ green 117 ◦ blue 252

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

Shades of Heliotrope #DB75FC

Tints of Heliotrope #DB75FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.86%

R = 37.24%
G = 19.9%
B = 42.86%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB75FC (or 0xDB75FC) is known color: Heliotrope. HEX triplet: DB, 75 and FC. RGB value is (219,117,252). Sum of RGB (Red+Green+Blue) = 219+117+252=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 117 (46.09% from 255 or 19.90% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB75FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75FC is #248A03. Grayscale: #A2A2A2. Windows color (decimal): -2394628 or 16545243. OLE color: 16545243.

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

Color convert

RGB 219 117 252 -
CMYK 0.13 0.54 0 0.01
HSL 285.33º 0.96% 0.72% -
HSV(B) 285.33º 0.54% 0.99% -
XYZ 53.15 34.81 96.01 -
YUV 162.89 178.29 168.02 -
System Red Green Blue C M Y K H S L
Decimal 219 117 252 0.13 0.54 0 0.01 285.33 0.96 0.72
Hex DB 75 FC D 36 0 1 11D 60 48
Octal 333 165 374 15 66 0 1 435 140 110
Binary 11011011 1110101 11111100 1101 110110 0 1 100011101 1100000 1001000

Color Harmonies of #DB75FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75FC

Black with #DB75FC

Text Example


Text Example

White with #DB75FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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