Html Css Color HEX #D59A96 Petite Orchid

📋 copy color: '#D59A96'

red 213 ◦ green 154 ◦ blue 150

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

Shades of Petite Orchid #D59A96

Tints of Petite Orchid #D59A96

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.79%

 BLUE value IS 150 (58.98% from 255) = 29.01%

R = 41.2%
G = 29.79%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D59A96 (or 0xD59A96) is known color: Petite Orchid. HEX triplet: D5, 9A and 96. RGB value is (213,154,150). Sum of RGB (Red+Green+Blue) = 213+154+150=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A96 is #2A6569. Grayscale: #ABABAB. Windows color (decimal): -2778474 or 9870037. OLE color: 9870037.

HSL color Cylindrical-coordinate representation of color #D59A96: hue angle of 3.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59A96 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 154 150 -
CMYK 0 0.28 0.30 0.16
HSL 3.81º 0.43% 0.71% -
HSV(B) 3.81º 0.3% 0.84% -
XYZ 44.5 39.46 34.13 -
YUV 171.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 213 154 150 0 0.28 0.30 0.16 3.81 0.43 0.71
Hex D5 9A 96 0 1C 1E 10 4 2B 47
Octal 325 232 226 0 34 36 20 4 53 107
Binary 11010101 10011010 10010110 0 11100 11110 10000 100 101011 1000111

Color Harmonies of #D59A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A96

Black with #D59A96

Text Example


Text Example

White with #D59A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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