Html Css Color HEX #DB69B9 Orchid

📋 copy color: '#DB69B9'

red 219 ◦ green 105 ◦ blue 185

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

Shades of Orchid #DB69B9

Tints of Orchid #DB69B9

RGB

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

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

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

R = 43.03%
G = 20.63%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB69B9 (or 0xDB69B9) is known color: Orchid. HEX triplet: DB, 69 and B9. RGB value is (219,105,185). Sum of RGB (Red+Green+Blue) = 219+105+185=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69B9 is #249646. Grayscale: #949494. Windows color (decimal): -2397767 or 12151259. OLE color: 12151259.

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

Color convert

RGB 219 105 185 -
CMYK 0 0.52 0.16 0.14
HSL 317.89º 0.61% 0.64% -
HSV(B) 317.89º 0.52% 0.86% -
XYZ 43.02 28.67 49.16 -
YUV 148.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 219 105 185 0 0.52 0.16 0.14 317.89 0.61 0.64
Hex DB 69 B9 0 34 10 E 13E 3D 40
Octal 333 151 271 0 64 20 16 476 75 100
Binary 11011011 1101001 10111001 0 110100 10000 1110 100111110 111101 1000000

Color Harmonies of #DB69B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB69B9

Black with #DB69B9

Text Example


Text Example

White with #DB69B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB69B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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