Html Css Color HEX #DB6BED Heliotrope

📋 copy color: '#DB6BED'

red 219 ◦ green 107 ◦ blue 237

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

Shades of Heliotrope #DB6BED

Tints of Heliotrope #DB6BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.01%

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

R = 38.9%
G = 19.01%
B = 42.1%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB6BED (or 0xDB6BED) is known color: Heliotrope. HEX triplet: DB, 6B and ED. RGB value is (219,107,237). Sum of RGB (Red+Green+Blue) = 219+107+237=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BED is #249412. Grayscale: #9A9A9A. Windows color (decimal): -2397203 or 15559643. OLE color: 15559643.

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

Color convert

RGB 219 107 237 -
CMYK 0.08 0.55 0 0.07
HSL 291.69º 0.78% 0.67% -
HSV(B) 291.69º 0.55% 0.93% -
XYZ 49.76 31.69 83.62 -
YUV 155.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 219 107 237 0.08 0.55 0 0.07 291.69 0.78 0.67
Hex DB 6B ED 8 37 0 7 124 4E 43
Octal 333 153 355 10 67 0 7 444 116 103
Binary 11011011 1101011 11101101 1000 110111 0 111 100100100 1001110 1000011

Color Harmonies of #DB6BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BED

Black with #DB6BED

Text Example


Text Example

White with #DB6BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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