Html Css Color HEX #DB958A Petite Orchid

📋 copy color: '#DB958A'

red 219 ◦ green 149 ◦ blue 138

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

Shades of Petite Orchid #DB958A

Tints of Petite Orchid #DB958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 43.28%
G = 29.45%
B = 27.27%

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

#DB958A (or 0xDB958A) is known color: Petite Orchid. HEX triplet: DB, 95 and 8A. RGB value is (219,149,138). Sum of RGB (Red+Green+Blue) = 219+149+138=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB958A is #246A75. Grayscale: #A8A8A8. Windows color (decimal): -2386550 or 9082331. OLE color: 9082331.

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

Color convert

RGB 219 149 138 -
CMYK 0 0.32 0.37 0.14
HSL 8.15º 0.53% 0.7% -
HSV(B) 8.15º 0.37% 0.86% -
XYZ 44.55 38.39 29.11 -
YUV 168.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 219 149 138 0 0.32 0.37 0.14 8.15 0.53 0.7
Hex DB 95 8A 0 20 25 E 8 35 46
Octal 333 225 212 0 40 45 16 10 65 106
Binary 11011011 10010101 10001010 0 100000 100101 1110 1000 110101 1000110

Color Harmonies of #DB958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB958A

Black with #DB958A

Text Example


Text Example

White with #DB958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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