Html Css Color HEX #D58D8B Petite Orchid

📋 copy color: '#D58D8B'

red 213 ◦ green 141 ◦ blue 139

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

Shades of Petite Orchid #D58D8B

Tints of Petite Orchid #D58D8B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.6%

 BLUE value IS 139 (54.69% from 255) = 28.19%

R = 43.2%
G = 28.6%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D58D8B (or 0xD58D8B) is known color: Petite Orchid. HEX triplet: D5, 8D and 8B. RGB value is (213,141,139). Sum of RGB (Red+Green+Blue) = 213+141+139=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58D8B is #2A7274. Grayscale: #A2A2A2. Windows color (decimal): -2781813 or 9145813. OLE color: 9145813.

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

Color convert

RGB 213 141 139 -
CMYK 0 0.34 0.35 0.16
HSL 1.62º 0.47% 0.69% -
HSV(B) 1.62º 0.35% 0.84% -
XYZ 41.63 35.06 29 -
YUV 162.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 213 141 139 0 0.34 0.35 0.16 1.62 0.47 0.69
Hex D5 8D 8B 0 22 23 10 2 2F 45
Octal 325 215 213 0 42 43 20 2 57 105
Binary 11010101 10001101 10001011 0 100010 100011 10000 10 101111 1000101

Color Harmonies of #D58D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D8B

Black with #D58D8B

Text Example


Text Example

White with #D58D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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