Html Css Color HEX #D59488 Petite Orchid

📋 copy color: '#D59488'

red 213 ◦ green 148 ◦ blue 136

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

Shades of Petite Orchid #D59488

Tints of Petite Orchid #D59488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.78%

 BLUE value IS 136 (53.52% from 255) = 27.36%

R = 42.86%
G = 29.78%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D59488 (or 0xD59488) is known color: Petite Orchid. HEX triplet: D5, 94 and 88. RGB value is (213,148,136). Sum of RGB (Red+Green+Blue) = 213+148+136=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D59488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59488 is #2A6B77. Grayscale: #A6A6A6. Windows color (decimal): -2780024 or 8950997. OLE color: 8950997.

HSL color Cylindrical-coordinate representation of color #D59488: hue angle of 9.35º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D59488 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 136 -
CMYK 0 0.31 0.36 0.16
HSL 9.35º 0.48% 0.68% -
HSV(B) 9.35º 0.36% 0.84% -
XYZ 42.47 37.1 28.22 -
YUV 166.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 213 148 136 0 0.31 0.36 0.16 9.35 0.48 0.68
Hex D5 94 88 0 1F 24 10 9 30 44
Octal 325 224 210 0 37 44 20 11 60 104
Binary 11010101 10010100 10001000 0 11111 100100 10000 1001 110000 1000100

Color Harmonies of #D59488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59488

Black with #D59488

Text Example


Text Example

White with #D59488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59488; }

 p { color: rgb(213,148,136); }

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

background-color css

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

 a { background-color: rgb(213,148,136); }

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

border-color css

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

 span { border-color: rgb(213,148,136); }

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