Html Css Color HEX #DB5FF2 Heliotrope

📋 copy color: '#DB5FF2'

red 219 ◦ green 95 ◦ blue 242

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

Shades of Heliotrope #DB5FF2

Tints of Heliotrope #DB5FF2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.09%

 BLUE value IS 242 (94.92% from 255) = 43.53%

R = 39.39%
G = 17.09%
B = 43.53%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB5FF2 (or 0xDB5FF2) is known color: Heliotrope. HEX triplet: DB, 5F and F2. RGB value is (219,95,242). Sum of RGB (Red+Green+Blue) = 219+95+242=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB5FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5FF2 is #24A00D. Grayscale: #949494. Windows color (decimal): -2400270 or 15884251. OLE color: 15884251.

HSL color Cylindrical-coordinate representation of color #DB5FF2: hue angle of 290.61º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5FF2 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 95 242 -
CMYK 0.10 0.61 0 0.05
HSL 290.61º 0.85% 0.66% -
HSV(B) 290.61º 0.61% 0.95% -
XYZ 49.33 29.66 87.13 -
YUV 148.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 219 95 242 0.10 0.61 0 0.05 290.61 0.85 0.66
Hex DB 5F F2 A 3D 0 5 123 55 42
Octal 333 137 362 12 75 0 5 443 125 102
Binary 11011011 1011111 11110010 1010 111101 0 101 100100011 1010101 1000010

Color Harmonies of #DB5FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FF2

Black with #DB5FF2

Text Example


Text Example

White with #DB5FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FF2; }

 p { color: rgb(219,95,242); }

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

background-color css

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

 a { background-color: rgb(219,95,242); }

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

border-color css

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

 span { border-color: rgb(219,95,242); }

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