Html Css Color HEX #D2988D Petite Orchid

📋 copy color: '#D2988D'

red 210 ◦ green 152 ◦ blue 141

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

Shades of Petite Orchid #D2988D

Tints of Petite Orchid #D2988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 41.75%
G = 30.22%
B = 28.03%

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

#D2988D (or 0xD2988D) is known color: Petite Orchid. HEX triplet: D2, 98 and 8D. RGB value is (210,152,141). Sum of RGB (Red+Green+Blue) = 210+152+141=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2988D is #2D6772. Grayscale: #A8A8A8. Windows color (decimal): -2975603 or 9279698. OLE color: 9279698.

HSL color Cylindrical-coordinate representation of color #D2988D: hue angle of 9.57º degrees, saturation: 0.43, 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 #D2988D is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 152 141 -
CMYK 0 0.28 0.33 0.18
HSL 9.57º 0.43% 0.69% -
HSV(B) 9.57º 0.33% 0.82% -
XYZ 42.61 38.08 30.3 -
YUV 168.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 210 152 141 0 0.28 0.33 0.18 9.57 0.43 0.69
Hex D2 98 8D 0 1C 21 12 A 2B 45
Octal 322 230 215 0 34 41 22 12 53 105
Binary 11010010 10011000 10001101 0 11100 100001 10010 1010 101011 1000101

Color Harmonies of #D2988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2988D

Black with #D2988D

Text Example


Text Example

White with #D2988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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