Html Css Color HEX #D59C98 Petite Orchid

📋 copy color: '#D59C98'

red 213 ◦ green 156 ◦ blue 152

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

Shades of Petite Orchid #D59C98

Tints of Petite Orchid #D59C98

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

 BLUE value IS 152 (59.77% from 255) = 29.17%

R = 40.88%
G = 29.94%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D59C98 (or 0xD59C98) is known color: Petite Orchid. HEX triplet: D5, 9C and 98. RGB value is (213,156,152). Sum of RGB (Red+Green+Blue) = 213+156+152=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C98 is #2A6367. Grayscale: #ACACAC. Windows color (decimal): -2777960 or 10001621. OLE color: 10001621.

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

Color convert

RGB 213 156 152 -
CMYK 0 0.27 0.29 0.16
HSL 3.93º 0.42% 0.72% -
HSV(B) 3.93º 0.29% 0.84% -
XYZ 45 40.19 35.09 -
YUV 172.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 213 156 152 0 0.27 0.29 0.16 3.93 0.42 0.72
Hex D5 9C 98 0 1B 1D 10 4 2A 48
Octal 325 234 230 0 33 35 20 4 52 110
Binary 11010101 10011100 10011000 0 11011 11101 10000 100 101010 1001000

Color Harmonies of #D59C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C98

Black with #D59C98

Text Example


Text Example

White with #D59C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C98; }

 p { color: rgb(213,156,152); }

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

background-color css

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

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

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

border-color css

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

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

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