Html Css Color HEX #D59494 Petite Orchid

📋 copy color: '#D59494'

red 213 ◦ green 148 ◦ blue 148

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

Shades of Petite Orchid #D59494

Tints of Petite Orchid #D59494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.08%

R = 41.85%
G = 29.08%
B = 29.08%

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

#D59494 (or 0xD59494) is known color: Petite Orchid. HEX triplet: D5, 94 and 94. RGB value is (213,148,148). Sum of RGB (Red+Green+Blue) = 213+148+148=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D59494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59494 is #2A6B6B. Grayscale: #A7A7A7. Windows color (decimal): -2780012 or 9737429. OLE color: 9737429.

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

Color convert

RGB 213 148 148 -
CMYK 0 0.31 0.31 0.16
HSL 0.44% 0.71% -
HSV(B) 0.31% 0.84% -
XYZ 43.38 37.46 32.96 -
YUV 167.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 213 148 148 0 0.31 0.31 0.16 0 0.44 0.71
Hex D5 94 94 0 1F 1F 10 0 2C 47
Octal 325 224 224 0 37 37 20 0 54 107
Binary 11010101 10010100 10010100 0 11111 11111 10000 0 101100 1000111

Color Harmonies of #D59494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59494

Black with #D59494

Text Example


Text Example

White with #D59494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59494; }

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

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

background-color css

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

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

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

border-color css

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

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

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