Html Css Color HEX #D88E8C Petite Orchid

📋 copy color: '#D88E8C'

red 216 ◦ green 142 ◦ blue 140

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

Shades of Petite Orchid #D88E8C

Tints of Petite Orchid #D88E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 43.37%
G = 28.51%
B = 28.11%

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

#D88E8C (or 0xD88E8C) is known color: Petite Orchid. HEX triplet: D8, 8E and 8C. RGB value is (216,142,140). Sum of RGB (Red+Green+Blue) = 216+142+140=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88E8C is #277173. Grayscale: #A3A3A3. Windows color (decimal): -2584948 or 9211608. OLE color: 9211608.

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

Color convert

RGB 216 142 140 -
CMYK 0 0.34 0.35 0.15
HSL 1.58º 0.49% 0.7% -
HSV(B) 1.58º 0.35% 0.85% -
XYZ 42.73 35.84 29.48 -
YUV 163.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 216 142 140 0 0.34 0.35 0.15 1.58 0.49 0.7
Hex D8 8E 8C 0 22 23 F 2 31 46
Octal 330 216 214 0 42 43 17 2 61 106
Binary 11011000 10001110 10001100 0 100010 100011 1111 10 110001 1000110

Color Harmonies of #D88E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88E8C

Black with #D88E8C

Text Example


Text Example

White with #D88E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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