Html Css Color HEX #D59A90 Petite Orchid

📋 copy color: '#D59A90'

red 213 ◦ green 154 ◦ blue 144

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

Shades of Petite Orchid #D59A90

Tints of Petite Orchid #D59A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 41.68%
G = 30.14%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D59A90 (or 0xD59A90) is known color: Petite Orchid. HEX triplet: D5, 9A and 90. RGB value is (213,154,144). Sum of RGB (Red+Green+Blue) = 213+154+144=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A90 is #2A656F. Grayscale: #AAAAAA. Windows color (decimal): -2778480 or 9476821. OLE color: 9476821.

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

Color convert

RGB 213 154 144 -
CMYK 0 0.28 0.32 0.16
HSL 8.7º 0.45% 0.7% -
HSV(B) 8.7º 0.32% 0.84% -
XYZ 44.03 39.27 31.64 -
YUV 170.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 213 154 144 0 0.28 0.32 0.16 8.7 0.45 0.7
Hex D5 9A 90 0 1C 20 10 9 2D 46
Octal 325 232 220 0 34 40 20 11 55 106
Binary 11010101 10011010 10010000 0 11100 100000 10000 1001 101101 1000110

Color Harmonies of #D59A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A90

Black with #D59A90

Text Example


Text Example

White with #D59A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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