Html Css Color HEX #D59999 Petite Orchid

📋 copy color: '#D59999'

red 213 ◦ green 153 ◦ blue 153

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

Shades of Petite Orchid #D59999

Tints of Petite Orchid #D59999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.48%

R = 41.04%
G = 29.48%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D59999 (or 0xD59999) is known color: Petite Orchid. HEX triplet: D5, 99 and 99. RGB value is (213,153,153). Sum of RGB (Red+Green+Blue) = 213+153+153=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D59999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59999 is #2A6666. Grayscale: #ABABAB. Windows color (decimal): -2778727 or 10066389. OLE color: 10066389.

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

Color convert

RGB 213 153 153 -
CMYK 0 0.28 0.28 0.16
HSL 0.42% 0.72% -
HSV(B) 0.28% 0.84% -
XYZ 44.58 39.23 35.36 -
YUV 170.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 213 153 153 0 0.28 0.28 0.16 0 0.42 0.72
Hex D5 99 99 0 1C 1C 10 0 2A 48
Octal 325 231 231 0 34 34 20 0 52 110
Binary 11010101 10011001 10011001 0 11100 11100 10000 0 101010 1001000

Color Harmonies of #D59999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59999

Black with #D59999

Text Example


Text Example

White with #D59999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59999; }

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

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

background-color css

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

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

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

border-color css

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

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

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