Html Css Color HEX #DB958D Petite Orchid

📋 copy color: '#DB958D'

red 219 ◦ green 149 ◦ blue 141

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

Shades of Petite Orchid #DB958D

Tints of Petite Orchid #DB958D

RGB

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

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

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

R = 43.03%
G = 29.27%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB958D (or 0xDB958D) is known color: Petite Orchid. HEX triplet: DB, 95 and 8D. RGB value is (219,149,141). Sum of RGB (Red+Green+Blue) = 219+149+141=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB958D is #246A72. Grayscale: #A9A9A9. Windows color (decimal): -2386547 or 9278939. OLE color: 9278939.

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

Color convert

RGB 219 149 141 -
CMYK 0 0.32 0.36 0.14
HSL 6.15º 0.52% 0.71% -
HSV(B) 6.15º 0.36% 0.86% -
XYZ 44.77 38.48 30.27 -
YUV 169.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 219 149 141 0 0.32 0.36 0.14 6.15 0.52 0.71
Hex DB 95 8D 0 20 24 E 6 34 47
Octal 333 225 215 0 40 44 16 6 64 107
Binary 11011011 10010101 10001101 0 100000 100100 1110 110 110100 1000111

Color Harmonies of #DB958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB958D

Black with #DB958D

Text Example


Text Example

White with #DB958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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