Html Css Color HEX #D59B94 Petite Orchid

📋 copy color: '#D59B94'

red 213 ◦ green 155 ◦ blue 148

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

Shades of Petite Orchid #D59B94

Tints of Petite Orchid #D59B94

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.04%

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

R = 41.28%
G = 30.04%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D59B94 (or 0xD59B94) is known color: Petite Orchid. HEX triplet: D5, 9B and 94. RGB value is (213,155,148). Sum of RGB (Red+Green+Blue) = 213+155+148=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B94 is #2A646B. Grayscale: #ABABAB. Windows color (decimal): -2778220 or 9739221. OLE color: 9739221.

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

Color convert

RGB 213 155 148 -
CMYK 0 0.27 0.31 0.16
HSL 6.46º 0.44% 0.71% -
HSV(B) 6.46º 0.31% 0.84% -
XYZ 44.51 39.73 33.34 -
YUV 171.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 213 155 148 0 0.27 0.31 0.16 6.46 0.44 0.71
Hex D5 9B 94 0 1B 1F 10 6 2C 47
Octal 325 233 224 0 33 37 20 6 54 107
Binary 11010101 10011011 10010100 0 11011 11111 10000 110 101100 1000111

Color Harmonies of #D59B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B94

Black with #D59B94

Text Example


Text Example

White with #D59B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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