Html Css Color HEX #D59A92 Petite Orchid

📋 copy color: '#D59A92'

red 213 ◦ green 154 ◦ blue 146

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

Shades of Petite Orchid #D59A92

Tints of Petite Orchid #D59A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

 BLUE value IS 146 (57.42% from 255) = 28.46%

R = 41.52%
G = 30.02%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D59A92 (or 0xD59A92) is known color: Petite Orchid. HEX triplet: D5, 9A and 92. RGB value is (213,154,146). Sum of RGB (Red+Green+Blue) = 213+154+146=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A92 is #2A656D. Grayscale: #AAAAAA. Windows color (decimal): -2778478 or 9607893. OLE color: 9607893.

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

Color convert

RGB 213 154 146 -
CMYK 0 0.28 0.31 0.16
HSL 7.16º 0.44% 0.7% -
HSV(B) 7.16º 0.31% 0.84% -
XYZ 44.18 39.33 32.46 -
YUV 170.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 213 154 146 0 0.28 0.31 0.16 7.16 0.44 0.7
Hex D5 9A 92 0 1C 1F 10 7 2C 46
Octal 325 232 222 0 34 37 20 7 54 106
Binary 11010101 10011010 10010010 0 11100 11111 10000 111 101100 1000110

Color Harmonies of #D59A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A92

Black with #D59A92

Text Example


Text Example

White with #D59A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A92; }

 p { color: rgb(213,154,146); }

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

background-color css

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

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

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

border-color css

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

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

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