Html Css Color HEX #DB9990 Petite Orchid

📋 copy color: '#DB9990'

red 219 ◦ green 153 ◦ blue 144

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

Shades of Petite Orchid #DB9990

Tints of Petite Orchid #DB9990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.91%

R = 42.44%
G = 29.65%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB9990 (or 0xDB9990) is known color: Petite Orchid. HEX triplet: DB, 99 and 90. RGB value is (219,153,144). Sum of RGB (Red+Green+Blue) = 219+153+144=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9990 is #24666F. Grayscale: #ABABAB. Windows color (decimal): -2385520 or 9476571. OLE color: 9476571.

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

Color convert

RGB 219 153 144 -
CMYK 0 0.30 0.34 0.14
HSL 7.2º 0.51% 0.71% -
HSV(B) 7.2º 0.34% 0.86% -
XYZ 45.64 39.86 31.67 -
YUV 171.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 219 153 144 0 0.30 0.34 0.14 7.2 0.51 0.71
Hex DB 99 90 0 1E 22 E 7 33 47
Octal 333 231 220 0 36 42 16 7 63 107
Binary 11011011 10011001 10010000 0 11110 100010 1110 111 110011 1000111

Color Harmonies of #DB9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9990

Black with #DB9990

Text Example


Text Example

White with #DB9990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9990; }

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

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

background-color css

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

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

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

border-color css

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

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

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