Html Css Color HEX #DB958B Petite Orchid

📋 copy color: '#DB958B'

red 219 ◦ green 149 ◦ blue 139

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

Shades of Petite Orchid #DB958B

Tints of Petite Orchid #DB958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.39%

 BLUE value IS 139 (54.69% from 255) = 27.42%

R = 43.2%
G = 29.39%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB958B (or 0xDB958B) is known color: Petite Orchid. HEX triplet: DB, 95 and 8B. RGB value is (219,149,139). Sum of RGB (Red+Green+Blue) = 219+149+139=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB958B is #246A74. Grayscale: #A8A8A8. Windows color (decimal): -2386549 or 9147867. OLE color: 9147867.

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

Color convert

RGB 219 149 139 -
CMYK 0 0.32 0.37 0.14
HSL 7.5º 0.53% 0.7% -
HSV(B) 7.5º 0.37% 0.86% -
XYZ 44.62 38.42 29.49 -
YUV 168.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 219 149 139 0 0.32 0.37 0.14 7.5 0.53 0.7
Hex DB 95 8B 0 20 25 E 8 35 46
Octal 333 225 213 0 40 45 16 10 65 106
Binary 11011011 10010101 10001011 0 100000 100101 1110 1000 110101 1000110

Color Harmonies of #DB958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB958B

Black with #DB958B

Text Example


Text Example

White with #DB958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB958B; }

 p { color: rgb(219,149,139); }

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

background-color css

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

 a { background-color: rgb(219,149,139); }

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

border-color css

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

 span { border-color: rgb(219,149,139); }

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