Html Css Color HEX #D59696 Petite Orchid

📋 copy color: '#D59696'

red 213 ◦ green 150 ◦ blue 150

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

Shades of Petite Orchid #D59696

Tints of Petite Orchid #D59696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.24%

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 41.52%
G = 29.24%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D59696 (or 0xD59696) is known color: Petite Orchid. HEX triplet: D5, 96 and 96. RGB value is (213,150,150). Sum of RGB (Red+Green+Blue) = 213+150+150=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D59696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59696 is #2A6969. Grayscale: #A8A8A8. Windows color (decimal): -2779498 or 9869013. OLE color: 9869013.

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

Color convert

RGB 213 150 150 -
CMYK 0 0.30 0.30 0.16
HSL 0.43% 0.71% -
HSV(B) 0.3% 0.84% -
XYZ 43.85 38.16 33.91 -
YUV 168.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 213 150 150 0 0.30 0.30 0.16 0 0.43 0.71
Hex D5 96 96 0 1E 1E 10 0 2B 47
Octal 325 226 226 0 36 36 20 0 53 107
Binary 11010101 10010110 10010110 0 11110 11110 10000 0 101011 1000111

Color Harmonies of #D59696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59696

Black with #D59696

Text Example


Text Example

White with #D59696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59696; }

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

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

background-color css

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

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

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

border-color css

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

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

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