Html Css Color HEX #DB69F1 Heliotrope

📋 copy color: '#DB69F1'

red 219 ◦ green 105 ◦ blue 241

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

Shades of Heliotrope #DB69F1

Tints of Heliotrope #DB69F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.65%

R = 38.76%
G = 18.58%
B = 42.65%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB69F1 (or 0xDB69F1) is known color: Heliotrope. HEX triplet: DB, 69 and F1. RGB value is (219,105,241). Sum of RGB (Red+Green+Blue) = 219+105+241=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB69F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69F1 is #24960E. Grayscale: #9A9A9A. Windows color (decimal): -2397711 or 15821275. OLE color: 15821275.

HSL color Cylindrical-coordinate representation of color #DB69F1: hue angle of 290.29º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB69F1 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 105 241 -
CMYK 0.09 0.56 0 0.05
HSL 290.29º 0.83% 0.68% -
HSV(B) 290.29º 0.56% 0.95% -
XYZ 50.14 31.51 86.66 -
YUV 154.59 176.77 173.94 -
System Red Green Blue C M Y K H S L
Decimal 219 105 241 0.09 0.56 0 0.05 290.29 0.83 0.68
Hex DB 69 F1 9 38 0 5 122 53 44
Octal 333 151 361 11 70 0 5 442 123 104
Binary 11011011 1101001 11110001 1001 111000 0 101 100100010 1010011 1000100

Color Harmonies of #DB69F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB69F1

Black with #DB69F1

Text Example


Text Example

White with #DB69F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB69F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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