Html Css Color HEX #D88E8D Petite Orchid

📋 copy color: '#D88E8D'

red 216 ◦ green 142 ◦ blue 141

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

Shades of Petite Orchid #D88E8D

Tints of Petite Orchid #D88E8D

RGB

 RED value IS 216 (84.77% from 255) = 43.29%

 GREEN value IS 142 (55.86% from 255) = 28.46%

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

R = 43.29%
G = 28.46%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D88E8D (or 0xD88E8D) is known color: Petite Orchid. HEX triplet: D8, 8E and 8D. RGB value is (216,142,141). Sum of RGB (Red+Green+Blue) = 216+142+141=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88E8D is #277172. Grayscale: #A4A4A4. Windows color (decimal): -2584947 or 9277144. OLE color: 9277144.

HSL color Cylindrical-coordinate representation of color #D88E8D: hue angle of 0.8º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88E8D is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 142 141 -
CMYK 0 0.34 0.35 0.15
HSL 0.8º 0.49% 0.7% -
HSV(B) 0.8º 0.35% 0.85% -
XYZ 42.8 35.87 29.87 -
YUV 164.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 216 142 141 0 0.34 0.35 0.15 0.8 0.49 0.7
Hex D8 8E 8D 0 22 23 F 1 31 46
Octal 330 216 215 0 42 43 17 1 61 106
Binary 11011000 10001110 10001101 0 100010 100011 1111 1 110001 1000110

Color Harmonies of #D88E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88E8D

Black with #D88E8D

Text Example


Text Example

White with #D88E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88E8D; }

 p { color: rgb(216,142,141); }

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

background-color css

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

 a { background-color: rgb(216,142,141); }

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

border-color css

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

 span { border-color: rgb(216,142,141); }

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