Html Css Color HEX #D2988E Petite Orchid

📋 copy color: '#D2988E'

red 210 ◦ green 152 ◦ blue 142

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

Shades of Petite Orchid #D2988E

Tints of Petite Orchid #D2988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.17%

R = 41.67%
G = 30.16%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2988E (or 0xD2988E) is known color: Petite Orchid. HEX triplet: D2, 98 and 8E. RGB value is (210,152,142). Sum of RGB (Red+Green+Blue) = 210+152+142=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2988E is #2D6771. Grayscale: #A8A8A8. Windows color (decimal): -2975602 or 9345234. OLE color: 9345234.

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

Color convert

RGB 210 152 142 -
CMYK 0 0.28 0.32 0.18
HSL 8.82º 0.43% 0.69% -
HSV(B) 8.82º 0.32% 0.82% -
XYZ 42.69 38.11 30.7 -
YUV 168.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 210 152 142 0 0.28 0.32 0.18 8.82 0.43 0.69
Hex D2 98 8E 0 1C 20 12 9 2B 45
Octal 322 230 216 0 34 40 22 11 53 105
Binary 11010010 10011000 10001110 0 11100 100000 10010 1001 101011 1000101

Color Harmonies of #D2988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2988E

Black with #D2988E

Text Example


Text Example

White with #D2988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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