Html Css Color HEX #DB69F4 Heliotrope

📋 copy color: '#DB69F4'

red 219 ◦ green 105 ◦ blue 244

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

Shades of Heliotrope #DB69F4

Tints of Heliotrope #DB69F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.96%

R = 38.56%
G = 18.49%
B = 42.96%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB69F4 (or 0xDB69F4) is known color: Heliotrope. HEX triplet: DB, 69 and F4. RGB value is (219,105,244). Sum of RGB (Red+Green+Blue) = 219+105+244=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB69F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69F4 is #24960B. Grayscale: #9A9A9A. Windows color (decimal): -2397708 or 16017883. OLE color: 16017883.

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

Color convert

RGB 219 105 244 -
CMYK 0.10 0.57 0 0.04
HSL 289.21º 0.86% 0.68% -
HSV(B) 289.21º 0.57% 0.96% -
XYZ 50.59 31.69 89.04 -
YUV 154.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 219 105 244 0.10 0.57 0 0.04 289.21 0.86 0.68
Hex DB 69 F4 A 39 0 4 121 56 44
Octal 333 151 364 12 71 0 4 441 126 104
Binary 11011011 1101001 11110100 1010 111001 0 100 100100001 1010110 1000100

Color Harmonies of #DB69F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB69F4

Black with #DB69F4

Text Example


Text Example

White with #DB69F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB69F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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