Html Css Color HEX #D59C99 Petite Orchid

📋 copy color: '#D59C99'

red 213 ◦ green 156 ◦ blue 153

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

Shades of Petite Orchid #D59C99

Tints of Petite Orchid #D59C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.89%

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

R = 40.8%
G = 29.89%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D59C99 (or 0xD59C99) is known color: Petite Orchid. HEX triplet: D5, 9C and 99. RGB value is (213,156,153). Sum of RGB (Red+Green+Blue) = 213+156+153=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C99 is #2A6366. Grayscale: #ACACAC. Windows color (decimal): -2777959 or 10067157. OLE color: 10067157.

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

Color convert

RGB 213 156 153 -
CMYK 0 0.27 0.28 0.16
HSL 0.42% 0.72% -
HSV(B) 0.28% 0.84% -
XYZ 45.08 40.22 35.52 -
YUV 172.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 213 156 153 0 0.27 0.28 0.16 3 0.42 0.72
Hex D5 9C 99 0 1B 1C 10 3 2A 48
Octal 325 234 231 0 33 34 20 3 52 110
Binary 11010101 10011100 10011001 0 11011 11100 10000 11 101010 1001000

Color Harmonies of #D59C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C99

Black with #D59C99

Text Example


Text Example

White with #D59C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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