Html Css Color HEX #D4988C Petite Orchid

📋 copy color: '#D4988C'

red 212 ◦ green 152 ◦ blue 140

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

Shades of Petite Orchid #D4988C

Tints of Petite Orchid #D4988C

RGB

 RED value IS 212 (83.2% from 255) = 42.06%

 GREEN value IS 152 (59.77% from 255) = 30.16%

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

R = 42.06%
G = 30.16%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4988C (or 0xD4988C) is known color: Petite Orchid. HEX triplet: D4, 98 and 8C. RGB value is (212,152,140). Sum of RGB (Red+Green+Blue) = 212+152+140=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D4988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4988C is #2B6773. Grayscale: #A8A8A8. Windows color (decimal): -2844532 or 9214164. OLE color: 9214164.

HSL color Cylindrical-coordinate representation of color #D4988C: hue angle of 10º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4988C is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 140 -
CMYK 0 0.28 0.34 0.17
HSL 10º 0.46% 0.69% -
HSV(B) 10º 0.34% 0.83% -
XYZ 43.11 38.35 29.94 -
YUV 168.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 212 152 140 0 0.28 0.34 0.17 10 0.46 0.69
Hex D4 98 8C 0 1C 22 11 A 2E 45
Octal 324 230 214 0 34 42 21 12 56 105
Binary 11010100 10011000 10001100 0 11100 100010 10001 1010 101110 1000101

Color Harmonies of #D4988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4988C

Black with #D4988C

Text Example


Text Example

White with #D4988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4988C; }

 p { color: rgb(212,152,140); }

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

background-color css

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

 a { background-color: rgb(212,152,140); }

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

border-color css

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

 span { border-color: rgb(212,152,140); }

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