Html Css Color HEX #D59998 Petite Orchid

📋 copy color: '#D59998'

red 213 ◦ green 153 ◦ blue 152

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

Shades of Petite Orchid #D59998

Tints of Petite Orchid #D59998

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.54%

 BLUE value IS 152 (59.77% from 255) = 29.34%

R = 41.12%
G = 29.54%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D59998 (or 0xD59998) is known color: Petite Orchid. HEX triplet: D5, 99 and 98. RGB value is (213,153,152). Sum of RGB (Red+Green+Blue) = 213+153+152=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D59998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59998 is #2A6667. Grayscale: #AAAAAA. Windows color (decimal): -2778728 or 10000853. OLE color: 10000853.

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

Color convert

RGB 213 153 152 -
CMYK 0 0.28 0.29 0.16
HSL 0.98º 0.42% 0.72% -
HSV(B) 0.98º 0.29% 0.84% -
XYZ 44.5 39.2 34.93 -
YUV 170.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 213 153 152 0 0.28 0.29 0.16 0.98 0.42 0.72
Hex D5 99 98 0 1C 1D 10 1 2A 48
Octal 325 231 230 0 34 35 20 1 52 110
Binary 11010101 10011001 10011000 0 11100 11101 10000 1 101010 1001000

Color Harmonies of #D59998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59998

Black with #D59998

Text Example


Text Example

White with #D59998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59998; }

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

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

background-color css

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

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

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

border-color css

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

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

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