Html Css Color HEX #D5998E Petite Orchid

📋 copy color: '#D5998E'

red 213 ◦ green 153 ◦ blue 142

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

Shades of Petite Orchid #D5998E

Tints of Petite Orchid #D5998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.12%

 BLUE value IS 142 (55.86% from 255) = 27.95%

R = 41.93%
G = 30.12%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5998E (or 0xD5998E) is known color: Petite Orchid. HEX triplet: D5, 99 and 8E. RGB value is (213,153,142). Sum of RGB (Red+Green+Blue) = 213+153+142=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5998E is #2A6671. Grayscale: #A9A9A9. Windows color (decimal): -2778738 or 9345493. OLE color: 9345493.

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

Color convert

RGB 213 153 142 -
CMYK 0 0.28 0.33 0.16
HSL 9.3º 0.46% 0.7% -
HSV(B) 9.3º 0.33% 0.84% -
XYZ 43.71 38.88 30.79 -
YUV 169.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 213 153 142 0 0.28 0.33 0.16 9.3 0.46 0.7
Hex D5 99 8E 0 1C 21 10 9 2E 46
Octal 325 231 216 0 34 41 20 11 56 106
Binary 11010101 10011001 10001110 0 11100 100001 10000 1001 101110 1000110

Color Harmonies of #D5998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5998E

Black with #D5998E

Text Example


Text Example

White with #D5998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5998E; }

 p { color: rgb(213,153,142); }

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

background-color css

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

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

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

border-color css

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

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

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