Html Css Color HEX #D59B97 Petite Orchid

📋 copy color: '#D59B97'

red 213 ◦ green 155 ◦ blue 151

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

Shades of Petite Orchid #D59B97

Tints of Petite Orchid #D59B97

RGB

 RED value IS 213 (83.59% from 255) = 41.04%

 GREEN value IS 155 (60.94% from 255) = 29.87%

 BLUE value IS 151 (59.38% from 255) = 29.09%

R = 41.04%
G = 29.87%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D59B97 (or 0xD59B97) is known color: Petite Orchid. HEX triplet: D5, 9B and 97. RGB value is (213,155,151). Sum of RGB (Red+Green+Blue) = 213+155+151=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B97 is #2A6468. Grayscale: #ABABAB. Windows color (decimal): -2778217 or 9935829. OLE color: 9935829.

HSL color Cylindrical-coordinate representation of color #D59B97: hue angle of 3.87º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59B97 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 155 151 -
CMYK 0 0.27 0.29 0.16
HSL 3.87º 0.42% 0.71% -
HSV(B) 3.87º 0.29% 0.84% -
XYZ 44.75 39.82 34.61 -
YUV 171.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 213 155 151 0 0.27 0.29 0.16 3.87 0.42 0.71
Hex D5 9B 97 0 1B 1D 10 4 2A 47
Octal 325 233 227 0 33 35 20 4 52 107
Binary 11010101 10011011 10010111 0 11011 11101 10000 100 101010 1000111

Color Harmonies of #D59B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B97

Black with #D59B97

Text Example


Text Example

White with #D59B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B97; }

 p { color: rgb(213,155,151); }

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

background-color css

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

 a { background-color: rgb(213,155,151); }

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

border-color css

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

 span { border-color: rgb(213,155,151); }

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