Html Css Color HEX #D59493 Petite Orchid

📋 copy color: '#D59493'

red 213 ◦ green 148 ◦ blue 147

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

Shades of Petite Orchid #D59493

Tints of Petite Orchid #D59493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

 BLUE value IS 147 (57.81% from 255) = 28.94%

R = 41.93%
G = 29.13%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D59493 (or 0xD59493) is known color: Petite Orchid. HEX triplet: D5, 94 and 93. RGB value is (213,148,147). Sum of RGB (Red+Green+Blue) = 213+148+147=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D59493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59493 is #2A6B6C. Grayscale: #A7A7A7. Windows color (decimal): -2780013 or 9671893. OLE color: 9671893.

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

Color convert

RGB 213 148 147 -
CMYK 0 0.31 0.31 0.16
HSL 0.91º 0.44% 0.71% -
HSV(B) 0.91º 0.31% 0.84% -
XYZ 43.3 37.43 32.55 -
YUV 167.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 213 148 147 0 0.31 0.31 0.16 0.91 0.44 0.71
Hex D5 94 93 0 1F 1F 10 1 2C 47
Octal 325 224 223 0 37 37 20 1 54 107
Binary 11010101 10010100 10010011 0 11111 11111 10000 1 101100 1000111

Color Harmonies of #D59493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59493

Black with #D59493

Text Example


Text Example

White with #D59493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59493; }

 p { color: rgb(213,148,147); }

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

background-color css

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

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

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

border-color css

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

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

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