Html Css Color HEX #D2988C Petite Orchid

📋 copy color: '#D2988C'

red 210 ◦ green 152 ◦ blue 140

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

Shades of Petite Orchid #D2988C

Tints of Petite Orchid #D2988C

RGB

 RED value IS 210 (82.42% from 255) = 41.83%

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

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

R = 41.83%
G = 30.28%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2988C (or 0xD2988C) is known color: Petite Orchid. HEX triplet: D2, 98 and 8C. RGB value is (210,152,140). Sum of RGB (Red+Green+Blue) = 210+152+140=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2988C is #2D6773. Grayscale: #A8A8A8. Windows color (decimal): -2975604 or 9214162. OLE color: 9214162.

HSL color Cylindrical-coordinate representation of color #D2988C: hue angle of 10.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2988C is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 152 140 -
CMYK 0 0.28 0.33 0.18
HSL 10.29º 0.44% 0.69% -
HSV(B) 10.29º 0.33% 0.82% -
XYZ 42.54 38.05 29.91 -
YUV 167.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 210 152 140 0 0.28 0.33 0.18 10.29 0.44 0.69
Hex D2 98 8C 0 1C 21 12 A 2C 45
Octal 322 230 214 0 34 41 22 12 54 105
Binary 11010010 10011000 10001100 0 11100 100001 10010 1010 101100 1000101

Color Harmonies of #D2988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2988C

Black with #D2988C

Text Example


Text Example

White with #D2988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2988C; }

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

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

background-color css

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

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

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

border-color css

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

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

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