Html Css Color HEX #DB9996 Petite Orchid

📋 copy color: '#DB9996'

red 219 ◦ green 153 ◦ blue 150

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

Shades of Petite Orchid #DB9996

Tints of Petite Orchid #DB9996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.31%

 BLUE value IS 150 (58.98% from 255) = 28.74%

R = 41.95%
G = 29.31%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB9996 (or 0xDB9996) is known color: Petite Orchid. HEX triplet: DB, 99 and 96. RGB value is (219,153,150). Sum of RGB (Red+Green+Blue) = 219+153+150=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9996 is #246669. Grayscale: #ACACAC. Windows color (decimal): -2385514 or 9869787. OLE color: 9869787.

HSL color Cylindrical-coordinate representation of color #DB9996: hue angle of 2.61º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9996 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 153 150 -
CMYK 0 0.30 0.32 0.14
HSL 2.61º 0.49% 0.72% -
HSV(B) 2.61º 0.32% 0.86% -
XYZ 46.11 40.04 34.15 -
YUV 172.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 219 153 150 0 0.30 0.32 0.14 2.61 0.49 0.72
Hex DB 99 96 0 1E 20 E 3 31 48
Octal 333 231 226 0 36 40 16 3 61 110
Binary 11011011 10011001 10010110 0 11110 100000 1110 11 110001 1001000

Color Harmonies of #DB9996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9996

Black with #DB9996

Text Example


Text Example

White with #DB9996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9996; }

 p { color: rgb(219,153,150); }

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

background-color css

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

 a { background-color: rgb(219,153,150); }

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

border-color css

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

 span { border-color: rgb(219,153,150); }

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