Html Css Color HEX #DB6BB9 Orchid

📋 copy color: '#DB6BB9'

red 219 ◦ green 107 ◦ blue 185

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

Shades of Orchid #DB6BB9

Tints of Orchid #DB6BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 42.86%
G = 20.94%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB6BB9 (or 0xDB6BB9) is known color: Orchid. HEX triplet: DB, 6B and B9. RGB value is (219,107,185). Sum of RGB (Red+Green+Blue) = 219+107+185=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BB9 is #249446. Grayscale: #959595. Windows color (decimal): -2397255 or 12151771. OLE color: 12151771.

HSL color Cylindrical-coordinate representation of color #DB6BB9: hue angle of 318.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BB9 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 107 185 -
CMYK 0 0.51 0.16 0.14
HSL 318.21º 0.61% 0.64% -
HSV(B) 318.21º 0.51% 0.86% -
XYZ 43.23 29.08 49.23 -
YUV 149.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 219 107 185 0 0.51 0.16 0.14 318.21 0.61 0.64
Hex DB 6B B9 0 33 10 E 13E 3D 40
Octal 333 153 271 0 63 20 16 476 75 100
Binary 11011011 1101011 10111001 0 110011 10000 1110 100111110 111101 1000000

Color Harmonies of #DB6BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BB9

Black with #DB6BB9

Text Example


Text Example

White with #DB6BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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