Html Css Color HEX #D88E8A Petite Orchid

📋 copy color: '#D88E8A'

red 216 ◦ green 142 ◦ blue 138

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

Shades of Petite Orchid #D88E8A

Tints of Petite Orchid #D88E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.82%

R = 43.55%
G = 28.63%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D88E8A (or 0xD88E8A) is known color: Petite Orchid. HEX triplet: D8, 8E and 8A. RGB value is (216,142,138). Sum of RGB (Red+Green+Blue) = 216+142+138=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88E8A is #277175. Grayscale: #A3A3A3. Windows color (decimal): -2584950 or 9080536. OLE color: 9080536.

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

Color convert

RGB 216 142 138 -
CMYK 0 0.34 0.36 0.15
HSL 3.08º 0.5% 0.69% -
HSV(B) 3.08º 0.36% 0.85% -
XYZ 42.58 35.78 28.71 -
YUV 163.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 216 142 138 0 0.34 0.36 0.15 3.08 0.5 0.69
Hex D8 8E 8A 0 22 24 F 3 32 45
Octal 330 216 212 0 42 44 17 3 62 105
Binary 11011000 10001110 10001010 0 100010 100100 1111 11 110010 1000101

Color Harmonies of #D88E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88E8A

Black with #D88E8A

Text Example


Text Example

White with #D88E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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