Html Css Color HEX #D29C98 Petite Orchid

📋 copy color: '#D29C98'

red 210 ◦ green 156 ◦ blue 152

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

Shades of Petite Orchid #D29C98

Tints of Petite Orchid #D29C98

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.12%

 BLUE value IS 152 (59.77% from 255) = 29.34%

R = 40.54%
G = 30.12%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D29C98 (or 0xD29C98) is known color: Petite Orchid. HEX triplet: D2, 9C and 98. RGB value is (210,156,152). Sum of RGB (Red+Green+Blue) = 210+156+152=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C98 is #2D6367. Grayscale: #ABABAB. Windows color (decimal): -2974568 or 10001618. OLE color: 10001618.

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

Color convert

RGB 210 156 152 -
CMYK 0 0.26 0.28 0.18
HSL 4.14º 0.39% 0.71% -
HSV(B) 4.14º 0.28% 0.82% -
XYZ 44.13 39.75 35.05 -
YUV 171.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 210 156 152 0 0.26 0.28 0.18 4.14 0.39 0.71
Hex D2 9C 98 0 1A 1C 12 4 27 47
Octal 322 234 230 0 32 34 22 4 47 107
Binary 11010010 10011100 10011000 0 11010 11100 10010 100 100111 1000111

Color Harmonies of #D29C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C98

Black with #D29C98

Text Example


Text Example

White with #D29C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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