Html Css Color HEX #DB908D Petite Orchid

📋 copy color: '#DB908D'

red 219 ◦ green 144 ◦ blue 141

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

Shades of Petite Orchid #DB908D

Tints of Petite Orchid #DB908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.57%

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 43.45%
G = 28.57%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB908D (or 0xDB908D) is known color: Petite Orchid. HEX triplet: DB, 90 and 8D. RGB value is (219,144,141). Sum of RGB (Red+Green+Blue) = 219+144+141=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB908D is #246F72. Grayscale: #A6A6A6. Windows color (decimal): -2387827 or 9277659. OLE color: 9277659.

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

Color convert

RGB 219 144 141 -
CMYK 0 0.34 0.36 0.14
HSL 2.31º 0.52% 0.71% -
HSV(B) 2.31º 0.36% 0.86% -
XYZ 43.99 36.93 30.01 -
YUV 166.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 219 144 141 0 0.34 0.36 0.14 2.31 0.52 0.71
Hex DB 90 8D 0 22 24 E 2 34 47
Octal 333 220 215 0 42 44 16 2 64 107
Binary 11011011 10010000 10001101 0 100010 100100 1110 10 110100 1000111

Color Harmonies of #DB908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB908D

Black with #DB908D

Text Example


Text Example

White with #DB908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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