Html Css Color HEX #D59D9B Petite Orchid

📋 copy color: '#D59D9B'

red 213 ◦ green 157 ◦ blue 155

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

Shades of Petite Orchid #D59D9B

Tints of Petite Orchid #D59D9B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.9%

 BLUE value IS 155 (60.94% from 255) = 29.52%

R = 40.57%
G = 29.9%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D59D9B (or 0xD59D9B) is known color: Petite Orchid. HEX triplet: D5, 9D and 9B. RGB value is (213,157,155). Sum of RGB (Red+Green+Blue) = 213+157+155=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D9B is #2A6264. Grayscale: #ADADAD. Windows color (decimal): -2777701 or 10198485. OLE color: 10198485.

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

Color convert

RGB 213 157 155 -
CMYK 0 0.26 0.27 0.16
HSL 2.07º 0.41% 0.72% -
HSV(B) 2.07º 0.27% 0.84% -
XYZ 45.41 40.63 36.46 -
YUV 173.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 213 157 155 0 0.26 0.27 0.16 2.07 0.41 0.72
Hex D5 9D 9B 0 1A 1B 10 2 29 48
Octal 325 235 233 0 32 33 20 2 51 110
Binary 11010101 10011101 10011011 0 11010 11011 10000 10 101001 1001000

Color Harmonies of #D59D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D9B

Black with #D59D9B

Text Example


Text Example

White with #D59D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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