Html Css Color HEX #D5958D Petite Orchid

📋 copy color: '#D5958D'

red 213 ◦ green 149 ◦ blue 141

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

Shades of Petite Orchid #D5958D

Tints of Petite Orchid #D5958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.62%

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

R = 42.35%
G = 29.62%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5958D (or 0xD5958D) is known color: Petite Orchid. HEX triplet: D5, 95 and 8D. RGB value is (213,149,141). Sum of RGB (Red+Green+Blue) = 213+149+141=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5958D is #2A6A72. Grayscale: #A7A7A7. Windows color (decimal): -2779763 or 9278933. OLE color: 9278933.

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

Color convert

RGB 213 149 141 -
CMYK 0 0.30 0.34 0.16
HSL 6.67º 0.46% 0.69% -
HSV(B) 6.67º 0.34% 0.84% -
XYZ 43 37.56 30.18 -
YUV 167.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 213 149 141 0 0.30 0.34 0.16 6.67 0.46 0.69
Hex D5 95 8D 0 1E 22 10 7 2E 45
Octal 325 225 215 0 36 42 20 7 56 105
Binary 11010101 10010101 10001101 0 11110 100010 10000 111 101110 1000101

Color Harmonies of #D5958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5958D

Black with #D5958D

Text Example


Text Example

White with #D5958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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