Html Css Color HEX #DB69FD Heliotrope

📋 copy color: '#DB69FD'

red 219 ◦ green 105 ◦ blue 253

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

Shades of Heliotrope #DB69FD

Tints of Heliotrope #DB69FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.85%

R = 37.95%
G = 18.2%
B = 43.85%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB69FD (or 0xDB69FD) is known color: Heliotrope. HEX triplet: DB, 69 and FD. RGB value is (219,105,253). Sum of RGB (Red+Green+Blue) = 219+105+253=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 105 (41.41% from 255 or 18.20% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB69FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69FD is #249602. Grayscale: #9B9B9B. Windows color (decimal): -2397699 or 16607707. OLE color: 16607707.

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

Color convert

RGB 219 105 253 -
CMYK 0.13 0.58 0 0.01
HSL 286.22º 0.97% 0.7% -
HSV(B) 286.22º 0.58% 0.99% -
XYZ 51.99 32.26 96.41 -
YUV 155.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 219 105 253 0.13 0.58 0 0.01 286.22 0.97 0.7
Hex DB 69 FD D 3A 0 1 11E 61 46
Octal 333 151 375 15 72 0 1 436 141 106
Binary 11011011 1101001 11111101 1101 111010 0 1 100011110 1100001 1000110

Color Harmonies of #DB69FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB69FD

Black with #DB69FD

Text Example


Text Example

White with #DB69FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB69FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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