Html Css Color HEX #DB69ED Heliotrope

📋 copy color: '#DB69ED'

red 219 ◦ green 105 ◦ blue 237

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

Shades of Heliotrope #DB69ED

Tints of Heliotrope #DB69ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 39.04%
G = 18.72%
B = 42.25%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB69ED (or 0xDB69ED) is known color: Heliotrope. HEX triplet: DB, 69 and ED. RGB value is (219,105,237). Sum of RGB (Red+Green+Blue) = 219+105+237=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 105 (41.41% from 255 or 18.72% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB69ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69ED is #249612. Grayscale: #999999. Windows color (decimal): -2397715 or 15559131. OLE color: 15559131.

HSL color Cylindrical-coordinate representation of color #DB69ED: hue angle of 291.82º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB69ED is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 105 237 -
CMYK 0.08 0.56 0 0.07
HSL 291.82º 0.79% 0.67% -
HSV(B) 291.82º 0.56% 0.93% -
XYZ 49.55 31.28 83.55 -
YUV 154.13 174.77 174.27 -
System Red Green Blue C M Y K H S L
Decimal 219 105 237 0.08 0.56 0 0.07 291.82 0.79 0.67
Hex DB 69 ED 8 38 0 7 124 4F 43
Octal 333 151 355 10 70 0 7 444 117 103
Binary 11011011 1101001 11101101 1000 111000 0 111 100100100 1001111 1000011

Color Harmonies of #DB69ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB69ED

Black with #DB69ED

Text Example


Text Example

White with #DB69ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB69ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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