Html Css Color HEX #D88E8E Petite Orchid

📋 copy color: '#D88E8E'

red 216 ◦ green 142 ◦ blue 142

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

Shades of Petite Orchid #D88E8E

Tints of Petite Orchid #D88E8E

RGB

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

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

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

R = 43.2%
G = 28.4%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D88E8E (or 0xD88E8E) is known color: Petite Orchid. HEX triplet: D8, 8E and 8E. RGB value is (216,142,142). Sum of RGB (Red+Green+Blue) = 216+142+142=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88E8E is #277171. Grayscale: #A4A4A4. Windows color (decimal): -2584946 or 9342680. OLE color: 9342680.

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

Color convert

RGB 216 142 142 -
CMYK 0 0.34 0.34 0.15
HSL 0.49% 0.7% -
HSV(B) 0.34% 0.85% -
XYZ 42.87 35.9 30.26 -
YUV 164.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 216 142 142 0 0.34 0.34 0.15 0 0.49 0.7
Hex D8 8E 8E 0 22 22 F 0 31 46
Octal 330 216 216 0 42 42 17 0 61 106
Binary 11011000 10001110 10001110 0 100010 100010 1111 0 110001 1000110

Color Harmonies of #D88E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88E8E

Black with #D88E8E

Text Example


Text Example

White with #D88E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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