Html Css Color HEX #D59888 Petite Orchid

📋 copy color: '#D59888'

red 213 ◦ green 152 ◦ blue 136

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

Shades of Petite Orchid #D59888

Tints of Petite Orchid #D59888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.34%

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

R = 42.51%
G = 30.34%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D59888 (or 0xD59888) is known color: Petite Orchid. HEX triplet: D5, 98 and 88. RGB value is (213,152,136). Sum of RGB (Red+Green+Blue) = 213+152+136=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D59888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59888 is #2A6777. Grayscale: #A8A8A8. Windows color (decimal): -2779000 or 8952021. OLE color: 8952021.

HSL color Cylindrical-coordinate representation of color #D59888: hue angle of 12.47º 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 #D59888 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 152 136 -
CMYK 0 0.29 0.36 0.16
HSL 12.47º 0.48% 0.68% -
HSV(B) 12.47º 0.36% 0.84% -
XYZ 43.11 38.38 28.43 -
YUV 168.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 213 152 136 0 0.29 0.36 0.16 12.47 0.48 0.68
Hex D5 98 88 0 1D 24 10 C 30 44
Octal 325 230 210 0 35 44 20 14 60 104
Binary 11010101 10011000 10001000 0 11101 100100 10000 1100 110000 1000100

Color Harmonies of #D59888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59888

Black with #D59888

Text Example


Text Example

White with #D59888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59888; }

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

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

background-color css

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

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

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

border-color css

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

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

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