Html Css Color HEX #D59D9A Petite Orchid

📋 copy color: '#D59D9A'

red 213 ◦ green 157 ◦ blue 154

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

Shades of Petite Orchid #D59D9A

Tints of Petite Orchid #D59D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.39%

R = 40.65%
G = 29.96%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D59D9A (or 0xD59D9A) is known color: Petite Orchid. HEX triplet: D5, 9D and 9A. RGB value is (213,157,154). Sum of RGB (Red+Green+Blue) = 213+157+154=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D9A is #2A6265. Grayscale: #ADADAD. Windows color (decimal): -2777702 or 10132949. OLE color: 10132949.

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

Color convert

RGB 213 157 154 -
CMYK 0 0.26 0.28 0.16
HSL 3.05º 0.41% 0.72% -
HSV(B) 3.05º 0.28% 0.84% -
XYZ 45.33 40.59 36.02 -
YUV 173.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 213 157 154 0 0.26 0.28 0.16 3.05 0.41 0.72
Hex D5 9D 9A 0 1A 1C 10 3 29 48
Octal 325 235 232 0 32 34 20 3 51 110
Binary 11010101 10011101 10011010 0 11010 11100 10000 11 101001 1001000

Color Harmonies of #D59D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D9A

Black with #D59D9A

Text Example


Text Example

White with #D59D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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