Html Css Color HEX #DD9A92 Petite Orchid

📋 copy color: '#DD9A92'

red 221 ◦ green 154 ◦ blue 146

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

Shades of Petite Orchid #DD9A92

Tints of Petite Orchid #DD9A92

RGB

 RED value IS 221 (86.72% from 255) = 42.42%

 GREEN value IS 154 (60.55% from 255) = 29.56%

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

R = 42.42%
G = 29.56%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD9A92 (or 0xDD9A92) is known color: Petite Orchid. HEX triplet: DD, 9A and 92. RGB value is (221,154,146). Sum of RGB (Red+Green+Blue) = 221+154+146=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A92 is #22656D. Grayscale: #ADADAD. Windows color (decimal): -2254190 or 9607901. OLE color: 9607901.

HSL color Cylindrical-coordinate representation of color #DD9A92: hue angle of 6.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9A92 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 154 146 -
CMYK 0 0.30 0.34 0.13
HSL 6.4º 0.52% 0.72% -
HSV(B) 6.4º 0.34% 0.87% -
XYZ 46.56 40.56 32.57 -
YUV 173.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 221 154 146 0 0.30 0.34 0.13 6.4 0.52 0.72
Hex DD 9A 92 0 1E 22 D 6 34 48
Octal 335 232 222 0 36 42 15 6 64 110
Binary 11011101 10011010 10010010 0 11110 100010 1101 110 110100 1001000

Color Harmonies of #DD9A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A92

Black with #DD9A92

Text Example


Text Example

White with #DD9A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A92; }

 p { color: rgb(221,154,146); }

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

background-color css

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

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

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

border-color css

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

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

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