Html Css Color HEX #D59595 Petite Orchid

📋 copy color: '#D59595'

red 213 ◦ green 149 ◦ blue 149

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

Shades of Petite Orchid #D59595

Tints of Petite Orchid #D59595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.16%

 BLUE value IS 149 (58.59% from 255) = 29.16%

R = 41.68%
G = 29.16%
B = 29.16%

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

#D59595 (or 0xD59595) is known color: Petite Orchid. HEX triplet: D5, 95 and 95. RGB value is (213,149,149). Sum of RGB (Red+Green+Blue) = 213+149+149=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D59595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59595 is #2A6A6A. Grayscale: #A8A8A8. Windows color (decimal): -2779755 or 9803221. OLE color: 9803221.

HSL color Cylindrical-coordinate representation of color #D59595: 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 #D59595 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 149 149 -
CMYK 0 0.30 0.30 0.16
HSL 0.43% 0.71% -
HSV(B) 0.3% 0.84% -
XYZ 43.61 37.81 33.43 -
YUV 168.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 213 149 149 0 0.30 0.30 0.16 0 0.43 0.71
Hex D5 95 95 0 1E 1E 10 0 2B 47
Octal 325 225 225 0 36 36 20 0 53 107
Binary 11010101 10010101 10010101 0 11110 11110 10000 0 101011 1000111

Color Harmonies of #D59595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59595

Black with #D59595

Text Example


Text Example

White with #D59595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59595; }

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

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

background-color css

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

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

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

border-color css

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

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

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