Html Css Color HEX #DB69F5 Heliotrope

📋 copy color: '#DB69F5'

red 219 ◦ green 105 ◦ blue 245

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

Shades of Heliotrope #DB69F5

Tints of Heliotrope #DB69F5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.45%

 BLUE value IS 245 (96.09% from 255) = 43.06%

R = 38.49%
G = 18.45%
B = 43.06%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB69F5 (or 0xDB69F5) is known color: Heliotrope. HEX triplet: DB, 69 and F5. RGB value is (219,105,245). Sum of RGB (Red+Green+Blue) = 219+105+245=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 105 (41.41% from 255 or 18.45% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB69F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69F5 is #24960A. Grayscale: #9A9A9A. Windows color (decimal): -2397707 or 16083419. OLE color: 16083419.

HSL color Cylindrical-coordinate representation of color #DB69F5: hue angle of 288.86º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB69F5 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 105 245 -
CMYK 0.11 0.57 0 0.04
HSL 288.86º 0.88% 0.69% -
HSV(B) 288.86º 0.57% 0.96% -
XYZ 50.75 31.76 89.84 -
YUV 155.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 219 105 245 0.11 0.57 0 0.04 288.86 0.88 0.69
Hex DB 69 F5 B 39 0 4 121 58 45
Octal 333 151 365 13 71 0 4 441 130 105
Binary 11011011 1101001 11110101 1011 111001 0 100 100100001 1011000 1000101

Color Harmonies of #DB69F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB69F5

Black with #DB69F5

Text Example


Text Example

White with #DB69F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB69F5; }

 p { color: rgb(219,105,245); }

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

background-color css

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

 a { background-color: rgb(219,105,245); }

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

border-color css

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

 span { border-color: rgb(219,105,245); }

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