Html Css Color HEX #D09292 Petite Orchid

📋 copy color: '#D09292'

red 208 ◦ green 146 ◦ blue 146

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

Shades of Petite Orchid #D09292

Tints of Petite Orchid #D09292

RGB

 RED value IS 208 (81.64% from 255) = 41.6%

 GREEN value IS 146 (57.42% from 255) = 29.2%

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

R = 41.6%
G = 29.2%
B = 29.2%

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

#D09292 (or 0xD09292) is known color: Petite Orchid. HEX triplet: D0, 92 and 92. RGB value is (208,146,146). Sum of RGB (Red+Green+Blue) = 208+146+146=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D09292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09292 is #2F6D6D. Grayscale: #A4A4A4. Windows color (decimal): -3108206 or 9605840. OLE color: 9605840.

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

Color convert

RGB 208 146 146 -
CMYK 0 0.30 0.30 0.18
HSL 0.4% 0.69% -
HSV(B) 0.3% 0.82% -
XYZ 41.48 36.04 31.96 -
YUV 164.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 208 146 146 0 0.30 0.30 0.18 0 0.4 0.69
Hex D0 92 92 0 1E 1E 12 0 28 45
Octal 320 222 222 0 36 36 22 0 50 105
Binary 11010000 10010010 10010010 0 11110 11110 10010 0 101000 1000101

Color Harmonies of #D09292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09292

Black with #D09292

Text Example


Text Example

White with #D09292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09292; }

 p { color: rgb(208,146,146); }

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

background-color css

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

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

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

border-color css

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

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

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