Html Css Color HEX #D88F8E Petite Orchid

📋 copy color: '#D88F8E'

red 216 ◦ green 143 ◦ blue 142

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

Shades of Petite Orchid #D88F8E

Tints of Petite Orchid #D88F8E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.54%

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

R = 43.11%
G = 28.54%
B = 28.34%

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

#D88F8E (or 0xD88F8E) is known color: Petite Orchid. HEX triplet: D8, 8F and 8E. RGB value is (216,143,142). Sum of RGB (Red+Green+Blue) = 216+143+142=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88F8E is #277071. Grayscale: #A4A4A4. Windows color (decimal): -2584690 or 9342936. OLE color: 9342936.

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

Color convert

RGB 216 143 142 -
CMYK 0 0.34 0.34 0.15
HSL 0.81º 0.49% 0.7% -
HSV(B) 0.81º 0.34% 0.85% -
XYZ 43.02 36.2 30.31 -
YUV 164.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 216 143 142 0 0.34 0.34 0.15 0.81 0.49 0.7
Hex D8 8F 8E 0 22 22 F 1 31 46
Octal 330 217 216 0 42 42 17 1 61 106
Binary 11011000 10001111 10001110 0 100010 100010 1111 1 110001 1000110

Color Harmonies of #D88F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F8E

Black with #D88F8E

Text Example


Text Example

White with #D88F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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