Html Css Color HEX #D88C8B Petite Orchid

📋 copy color: '#D88C8B'

red 216 ◦ green 140 ◦ blue 139

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

Shades of Petite Orchid #D88C8B

Tints of Petite Orchid #D88C8B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 43.64%
G = 28.28%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D88C8B (or 0xD88C8B) is known color: Petite Orchid. HEX triplet: D8, 8C and 8B. RGB value is (216,140,139). Sum of RGB (Red+Green+Blue) = 216+140+139=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88C8B is #277374. Grayscale: #A2A2A2. Windows color (decimal): -2585461 or 9145560. OLE color: 9145560.

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

Color convert

RGB 216 140 139 -
CMYK 0 0.35 0.36 0.15
HSL 0.78º 0.5% 0.7% -
HSV(B) 0.78º 0.36% 0.85% -
XYZ 42.36 35.22 28.99 -
YUV 162.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 216 140 139 0 0.35 0.36 0.15 0.78 0.5 0.7
Hex D8 8C 8B 0 23 24 F 1 32 46
Octal 330 214 213 0 43 44 17 1 62 106
Binary 11011000 10001100 10001011 0 100011 100100 1111 1 110010 1000110

Color Harmonies of #D88C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C8B

Black with #D88C8B

Text Example


Text Example

White with #D88C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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