Html Css Color HEX #D59B9B Petite Orchid

📋 copy color: '#D59B9B'

red 213 ◦ green 155 ◦ blue 155

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

Shades of Petite Orchid #D59B9B

Tints of Petite Orchid #D59B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.64%

R = 40.73%
G = 29.64%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D59B9B (or 0xD59B9B) is known color: Petite Orchid. HEX triplet: D5, 9B and 9B. RGB value is (213,155,155). Sum of RGB (Red+Green+Blue) = 213+155+155=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B9B is #2A6464. Grayscale: #ACACAC. Windows color (decimal): -2778213 or 10197973. OLE color: 10197973.

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

Color convert

RGB 213 155 155 -
CMYK 0 0.27 0.27 0.16
HSL 0.41% 0.72% -
HSV(B) 0.27% 0.84% -
XYZ 45.08 39.96 36.35 -
YUV 172.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 213 155 155 0 0.27 0.27 0.16 0 0.41 0.72
Hex D5 9B 9B 0 1B 1B 10 0 29 48
Octal 325 233 233 0 33 33 20 0 51 110
Binary 11010101 10011011 10011011 0 11011 11011 10000 0 101001 1001000

Color Harmonies of #D59B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B9B

Black with #D59B9B

Text Example


Text Example

White with #D59B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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