Html Css Color HEX #D88D8C Petite Orchid

📋 copy color: '#D88D8C'

red 216 ◦ green 141 ◦ blue 140

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

Shades of Petite Orchid #D88D8C

Tints of Petite Orchid #D88D8C

RGB

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

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

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

R = 43.46%
G = 28.37%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D88D8C (or 0xD88D8C) is known color: Petite Orchid. HEX triplet: D8, 8D and 8C. RGB value is (216,141,140). Sum of RGB (Red+Green+Blue) = 216+141+140=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88D8C is #277273. Grayscale: #A3A3A3. Windows color (decimal): -2585204 or 9211352. OLE color: 9211352.

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

Color convert

RGB 216 141 140 -
CMYK 0 0.35 0.35 0.15
HSL 0.79º 0.49% 0.7% -
HSV(B) 0.79º 0.35% 0.85% -
XYZ 42.58 35.54 29.43 -
YUV 163.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 216 141 140 0 0.35 0.35 0.15 0.79 0.49 0.7
Hex D8 8D 8C 0 23 23 F 1 31 46
Octal 330 215 214 0 43 43 17 1 61 106
Binary 11011000 10001101 10001100 0 100011 100011 1111 1 110001 1000110

Color Harmonies of #D88D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D8C

Black with #D88D8C

Text Example


Text Example

White with #D88D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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