Html Css Color HEX #D5988D Petite Orchid

📋 copy color: '#D5988D'

red 213 ◦ green 152 ◦ blue 141

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

Shades of Petite Orchid #D5988D

Tints of Petite Orchid #D5988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.04%

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 42.09%
G = 30.04%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5988D (or 0xD5988D) is known color: Petite Orchid. HEX triplet: D5, 98 and 8D. RGB value is (213,152,141). Sum of RGB (Red+Green+Blue) = 213+152+141=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5988D is #2A6772. Grayscale: #A9A9A9. Windows color (decimal): -2778995 or 9279701. OLE color: 9279701.

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

Color convert

RGB 213 152 141 -
CMYK 0 0.29 0.34 0.16
HSL 9.17º 0.46% 0.69% -
HSV(B) 9.17º 0.34% 0.84% -
XYZ 43.48 38.53 30.34 -
YUV 168.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 213 152 141 0 0.29 0.34 0.16 9.17 0.46 0.69
Hex D5 98 8D 0 1D 22 10 9 2E 45
Octal 325 230 215 0 35 42 20 11 56 105
Binary 11010101 10011000 10001101 0 11101 100010 10000 1001 101110 1000101

Color Harmonies of #D5988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5988D

Black with #D5988D

Text Example


Text Example

White with #D5988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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