Html Css Color HEX #DB69BE Orchid

📋 copy color: '#DB69BE'

red 219 ◦ green 105 ◦ blue 190

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

Shades of Orchid #DB69BE

Tints of Orchid #DB69BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 42.61%
G = 20.43%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB69BE (or 0xDB69BE) is known color: Orchid. HEX triplet: DB, 69 and BE. RGB value is (219,105,190). Sum of RGB (Red+Green+Blue) = 219+105+190=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69BE is #249641. Grayscale: #949494. Windows color (decimal): -2397762 or 12478939. OLE color: 12478939.

HSL color Cylindrical-coordinate representation of color #DB69BE: hue angle of 315.26º 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 #DB69BE is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 105 190 -
CMYK 0 0.52 0.13 0.14
HSL 315.26º 0.61% 0.64% -
HSV(B) 315.26º 0.52% 0.86% -
XYZ 43.56 28.88 51.99 -
YUV 148.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 219 105 190 0 0.52 0.13 0.14 315.26 0.61 0.64
Hex DB 69 BE 0 34 D E 13B 3D 40
Octal 333 151 276 0 64 15 16 473 75 100
Binary 11011011 1101001 10111110 0 110100 1101 1110 100111011 111101 1000000

Color Harmonies of #DB69BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB69BE

Black with #DB69BE

Text Example


Text Example

White with #DB69BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB69BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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