Html Css Color HEX #D29492 Petite Orchid

📋 copy color: '#D29492'

red 210 ◦ green 148 ◦ blue 146

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

Shades of Petite Orchid #D29492

Tints of Petite Orchid #D29492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.37%

 BLUE value IS 146 (57.42% from 255) = 28.97%

R = 41.67%
G = 29.37%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D29492 (or 0xD29492) is known color: Petite Orchid. HEX triplet: D2, 94 and 92. RGB value is (210,148,146). Sum of RGB (Red+Green+Blue) = 210+148+146=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D29492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29492 is #2D6B6D. Grayscale: #A6A6A6. Windows color (decimal): -2976622 or 9606354. OLE color: 9606354.

HSL color Cylindrical-coordinate representation of color #D29492: hue angle of 1.88º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29492 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 148 146 -
CMYK 0 0.30 0.30 0.18
HSL 1.88º 0.42% 0.7% -
HSV(B) 1.88º 0.3% 0.82% -
XYZ 42.36 36.96 32.1 -
YUV 166.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 210 148 146 0 0.30 0.30 0.18 1.88 0.42 0.7
Hex D2 94 92 0 1E 1E 12 2 2A 46
Octal 322 224 222 0 36 36 22 2 52 106
Binary 11010010 10010100 10010010 0 11110 11110 10010 10 101010 1000110

Color Harmonies of #D29492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29492

Black with #D29492

Text Example


Text Example

White with #D29492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29492; }

 p { color: rgb(210,148,146); }

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

background-color css

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

 a { background-color: rgb(210,148,146); }

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

border-color css

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

 span { border-color: rgb(210,148,146); }

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